From 90ff27de214aa0ee5744e58a2e8170329dc5987b Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Thu, 17 Mar 2022 14:29:21 +0100 Subject: [PATCH] Remove ff aliases (now managed by corresponding repo) --- README.md | 3 +-- bashrc-mine | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 49315de..c520be0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bashrc-mine b/bashrc-mine index 4ab0865..971f1ce 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -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'