From e81609b7e2d871f605f49c6d28a67d6df0b288da Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Fri, 19 Aug 2022 21:32:11 +0200 Subject: [PATCH] Remove wake alias (now in its own repo) and correct typo in README --- README.md | 3 +-- bashrc-mine | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c520be0..04df8cd 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ 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.d/bashrc-mine`. #### Installation * `install.sh` script copies above files to their respective destinations. ### TODO * Manage `keychain` absence -* 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 971f1ce..7828d59 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -19,9 +19,6 @@ alias kc-l='keychain -l' # Set SSH VNC alias (may be temporary, if we could set it up in SSH config file) alias sshvnc='ssh -L 5901:localhost:5900' -# Set wake alias TODO once script in KTO Git, move to a bashrc-x in associated repo -alias wake='~/Secure/IT/Data/scripts/wake.sh' - # Set syncloud alias TODO #alias syncloud='nextcloudcmd -u alex ~/Nextcloud https://cloud.kto.black'