Remove ff aliases (now managed by corresponding repo)
This commit is contained in:
parent
d794c6d1ec
commit
90ff27de21
@ -3,12 +3,11 @@
|
||||
Add-on for [main bashrc](https://gitea.kto.black/adminconf/rcs-general), specific to mine computers.
|
||||
|
||||
### Files
|
||||
* `bashrc-mine` should be installed at `~/.bashrc-mine`
|
||||
* `bashrc-mine` should be installed at `~/.bashrc-mine`.
|
||||
#### Installation
|
||||
* `install.sh` script copies above files to their respective destinations.
|
||||
|
||||
### TODO
|
||||
* Manage `keychain` absence
|
||||
* Remove Firefox aliases once script will be migrated to KTO Git
|
||||
* Remove wake alias once script will be migrated to KTO Git
|
||||
* Set new "syncloud" alias(es)
|
||||
|
@ -16,10 +16,6 @@ alias kcd-project='ssh-add -d ~/.ssh/project'
|
||||
alias kcd-gem='ssh-add -d ~/.ssh/gem'
|
||||
alias kc-l='keychain -l'
|
||||
|
||||
# Set Firefox profile backup aliases TODO once scripts in KTO Git, move to a bashrc-x in associated repo
|
||||
alias ff-load='~/Secure/IT/Data/scripts/firefox/firefox-load.sh'
|
||||
alias ff-save='~/Secure/IT/Data/scripts/firefox/firefox-save.sh'
|
||||
|
||||
# Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)
|
||||
alias sshvnc='ssh -L 5901:localhost:5900'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user