From c3c941727b05fc1637e891a2c424a9dae5d10091 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 3 Apr 2019 00:48:49 +0100 Subject: Add bb and sp aliases --- Shell/bash_aliases | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Shell/bash_aliases') diff --git a/Shell/bash_aliases b/Shell/bash_aliases index 27a1bf9..3e60c1e 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,6 +1,10 @@ #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 $2 if /one(.*)three/' +alias sp='spotify &e' + +#bauerbill +alias bb='baurebill' #ip alias ip='ip -c' @@ -41,7 +45,7 @@ alias radiorock="unbuffer mpv 'http://relay.181.fm:8028' |grep --line-buffered i alias radio40="unbuffer mpv 'http://relay.181.fm:8070' |grep --line-buffered icy-title | sed -u 's/.*icy-title: /p/' > /tmp/panel-fifo" alias radiolounge="unbuffer mpv 'http://sc-tcl.1.fm:8010/' |grep --line-buffered icy-title | sed -u 's/.*icy-title: /p/' > /tmp/panel-fifo" alias irc='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com' -alias vps='mosh vasko@108.61.173.91 -- screen -rd' +alias vps='mosh vasko@108.61.173.91 -- TERM=xterm-xfree86 screen -rd' alias desk='mosh -p 55101:55999 --ssh="ssh -p 55022" vsz@108.61.173.91 -- screen -rd' alias sourcel='source ~/.bash_aliases' alias ,.='fc -e -' -- cgit v1.2.3-54-g00ecf