removed ssh alias

This commit is contained in:
Eric Lay 2023-06-07 18:40:15 -05:00
parent c20348e9e6
commit b5295dfe2e
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ export BAT_STYLE="full"
alias cat='bat'
### Update homeServer
alias homeServer="ssh ez@192.168.0.178"
alias updateserver='ssh -t ez@192.168.0.178 "sudo -- sh -c /home/ez/.local/bin/updater"'
### COPYFILE
cpfile() {
xclip -sel c "$@" && echo -e "\n\"$@\" was copied to the clipboard\n"