diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-10-26 11:39:12 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-10-26 11:39:12 +0100 |
commit | 6e5b40b0d91341b5166ddb46177a1f26d90849ef (patch) | |
tree | af675a3a1ae49b76332f98b97a0f5797708daf15 | |
parent | 6034d5f8133efa0d6766a1d8acec71ad8f069714 (diff) | |
download | dotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.tar.gz dotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.tar.bz2 dotfiles-6e5b40b0d91341b5166ddb46177a1f26d90849ef.zip |
updates
m--------- | Editor/vim/bundle/Vundle.vim | 0 | ||||
-rw-r--r-- | Shell/bash_aliases | 4 | ||||
-rw-r--r-- | Shell/zshrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Editor/vim/bundle/Vundle.vim b/Editor/vim/bundle/Vundle.vim -Subproject cfd3b2d388a8c2e9903d7a9d80a65539aabfe93 +Subproject 88688fe453038ac1ac26e31646cfbec50fca2fb 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 |