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'