diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:00:34 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:00:34 +0100 |
commit | 704948f95211033881e1b80acc03c9c9dff84e71 (patch) | |
tree | 279cdd6a9071f93e0deae0fdf909e3c128a40a83 /Shell/fish/aliases | |
parent | 6b6fe496e0c46818a89ae47a892add7bb2587577 (diff) | |
download | dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.gz dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.bz2 dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.zip |
change back to zsh for speed
Diffstat (limited to 'Shell/fish/aliases')
-rw-r--r-- | Shell/fish/aliases | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Shell/fish/aliases b/Shell/fish/aliases index cdf8681..29ac784 100644 --- a/Shell/fish/aliases +++ b/Shell/fish/aliases @@ -4,6 +4,9 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime # awesome perl echo 'one two three'| perl -lne 'print $1 if /one(.*)three/' + +function yt; mpsyt;end + # SDR function sdr; gqrx-alsa; end # Disable mouse @@ -20,7 +23,7 @@ function swedish; vim ~/Sync/Notes/Swedish/swedish.txt; end function zombify; sudo -u dork /home/vasko/dorknet/dork zombify; end function irc; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com; end -function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@108.61.173.91; end +function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@skozl.com; end function sourcel; source ~/.bash_aliases; end function ,.; fc -e -; end function cd..; cd ..; end |