aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-26 11:39:12 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-26 11:39:12 +0100
commit6e5b40b0d91341b5166ddb46177a1f26d90849ef (patch)
treeaf675a3a1ae49b76332f98b97a0f5797708daf15 /Shell
parent6034d5f8133efa0d6766a1d8acec71ad8f069714 (diff)
downloaddotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.tar.gz
dotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.tar.bz2
dotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.zip
updates
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases4
-rw-r--r--Shell/zshrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index 3558f3e..8841937 100644
--- a/Shell/bash_aliases
+++ b/Shell/bash_aliases
@@ -38,8 +38,8 @@ 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='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@skozl.com'
-alias desk='ssh -p 55022 vsz@108.61.173.91'
+alias vps='mosh -p 61111 vasko@108.61.173.91'
+alias desk='mosh -p 55777 --ssh="ssh -p 55022" vsz@108.61.173.91'
alias sourcel='source ~/.bash_aliases'
alias ,.='fc -e -'
alias cd..='cd ..'
diff --git a/Shell/zshrc b/Shell/zshrc
index 270c4a5..5ca8430 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -29,7 +29,7 @@ export LD_LIBRARY_PATH=/usr/local/lib
export wiki_browser='firefox'
PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ "
-RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]"
+#RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]"
#Enable highlightling and completion like fish