aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-04-03 00:48:49 +0100
committerVasil Zlatanov <v@skozl.com>2019-04-03 00:48:49 +0100
commitc3c941727b05fc1637e891a2c424a9dae5d10091 (patch)
tree9f2d7b95d8cf0773c25b81959b9beec233bf4e58
parent38558ace806c5f29bd207fc14ce038c9d9e50644 (diff)
downloaddotfiles-c3c941727b05fc1637e891a2c424a9dae5d10091.tar.gz
dotfiles-c3c941727b05fc1637e891a2c424a9dae5d10091.tar.bz2
dotfiles-c3c941727b05fc1637e891a2c424a9dae5d10091.zip
Add bb and sp aliases
-rw-r--r--Shell/bash_aliases6
1 files changed, 5 insertions, 1 deletions
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 -'