Remove wake alias (now in its own repo) and correct typo in README

This commit is contained in:
Alexandre CATTEAU 2022-08-19 21:32:11 +02:00
parent addfce6bef
commit e81609b7e2
2 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,10 @@
Add-on for [main bashrc](https://gitea.kto.black/adminconf/rcs-general), specific to mine computers. Add-on for [main bashrc](https://gitea.kto.black/adminconf/rcs-general), specific to mine computers.
### Files ### Files
* `bashrc-mine` should be installed at `~/.bashrc-mine`. * `bashrc-mine` should be installed at `~/.bashrc.d/bashrc-mine`.
#### Installation #### Installation
* `install.sh` script copies above files to their respective destinations. * `install.sh` script copies above files to their respective destinations.
### TODO ### TODO
* Manage `keychain` absence * Manage `keychain` absence
* Remove wake alias once script will be migrated to KTO Git
* Set new "syncloud" alias(es) * Set new "syncloud" alias(es)

View File

@ -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) # Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)
alias sshvnc='ssh -L 5901:localhost:5900' 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 # Set syncloud alias TODO
#alias syncloud='nextcloudcmd -u alex ~/Nextcloud https://cloud.kto.black' #alias syncloud='nextcloudcmd -u alex ~/Nextcloud https://cloud.kto.black'