diff options
-rw-r--r-- | bash_aliases | 2 | ||||
-rwxr-xr-x | xinitrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bash_aliases b/bash_aliases index 688252a..f0c47c9 100644 --- a/bash_aliases +++ b/bash_aliases @@ -21,7 +21,7 @@ alias swedish='vim ~/Secure/Notes/Swedish/swedish.txt' #zombify alias zombify='sudo -u dork /home/vasko/dorknet/dork zombify' -alias irc='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 80 vasko@wherewe.servebeer.com' +alias irc='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com' alias vps='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@108.61.173.91' alias sourcel='source ~/.bash_aliases' alias ,.='fc -e -' @@ -55,7 +55,7 @@ xset m 0 0 xset -b # Launch locking program -#xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 & +xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 & # Load xterm colors xrdb -merge ~/.Xresources |