diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:48:32 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:48:32 +0100 |
commit | 5fed1e097d543abaf0b8726b21fc43e87e4526ad (patch) | |
tree | aab3e7c6587619bb0015f9c07ab1edec1a83db05 /Shell | |
parent | f62fb0f2ab09407803680364849e22ffe2eb6342 (diff) | |
parent | 9e057a7cdeb3eddbe842bf3e5902753e7b556e7b (diff) | |
download | dotfiles-5fed1e097d543abaf0b8726b21fc43e87e4526ad.tar.gz dotfiles-5fed1e097d543abaf0b8726b21fc43e87e4526ad.tar.bz2 dotfiles-5fed1e097d543abaf0b8726b21fc43e87e4526ad.zip |
Merge branch 'master' of ssh://skozl.com:/srv/git/dotfiles
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/bash_aliases | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases index c127431..6dad212 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,5 +1,9 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime + +#bauerbill +alias bb='baurebill' + alias mutt='neomutt' alias sp='spotify --force-device-scale-factor=2 &! exit' alias wa='chromium --app=https://web.whatsapp.com' @@ -44,7 +48,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 -' |