Remove ff aliases (now managed by corresponding repo)

This commit is contained in:
Alexandre CATTEAU 2022-03-17 14:29:21 +01:00
parent d794c6d1ec
commit 90ff27de21
2 changed files with 1 additions and 6 deletions

View File

@ -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)

View File

@ -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'