From 704948f95211033881e1b80acc03c9c9dff84e71 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 13 Apr 2016 12:00:34 +0100 Subject: change back to zsh for speed --- Shell/fish/aliases | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Shell/fish/aliases') 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 -- cgit v1.2.3-54-g00ecf