From 6e5b40b0d91341b5166ddb46177a1f26d90849ef Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 26 Oct 2016 11:39:12 +0100 Subject: updates --- Editor/vim/bundle/Vundle.vim | 2 +- Shell/bash_aliases | 4 ++-- Shell/zshrc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Editor/vim/bundle/Vundle.vim b/Editor/vim/bundle/Vundle.vim index cfd3b2d..88688fe 160000 --- a/Editor/vim/bundle/Vundle.vim +++ b/Editor/vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933 +Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7 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 -- cgit v1.2.3-54-g00ecf