aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-29 18:29:49 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-29 18:29:49 +0100
commit7c1745c301633de339c5888f32097d828be5a776 (patch)
tree861d3a27900aa1240caaaa095169da13e651801d /Shell
parent6e5b40b0d91341b5166ddb46177a1f26d90849ef (diff)
downloaddotfiles-7c1745c301633de339c5888f32097d828be5a776.tar.gz
dotfiles-7c1745c301633de339c5888f32097d828be5a776.tar.bz2
dotfiles-7c1745c301633de339c5888f32097d828be5a776.zip
launch programs as services
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases2
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index 8841937..ab117b3 100644
--- a/Shell/bash_aliases
+++ b/Shell/bash_aliases
@@ -39,7 +39,9 @@ alias radio40="unbuffer mpv 'http://relay.181.fm:8070' |grep --line-buffered icy
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 -p 61111 vasko@108.61.173.91'
+alias vps2='mosh -p 61112 vasko@108.61.173.91'
alias desk='mosh -p 55777 --ssh="ssh -p 55022" vsz@108.61.173.91'
+alias desk2='mosh -p 55877 --ssh="ssh -p 55022" vsz@108.61.173.91'
alias sourcel='source ~/.bash_aliases'
alias ,.='fc -e -'
alias cd..='cd ..'