From f5369dc156211a3095a67357ce004232e275225a Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sat, 29 Oct 2016 19:58:04 +0100 Subject: set default to duck --- Browser/vimb/config.static | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static index af7c4c9..dc5879e 100644 --- a/Browser/vimb/config.static +++ b/Browser/vimb/config.static @@ -12,7 +12,7 @@ shortcut-add gh=https://github.com/$0/$1 shortcut-add arrp=https://www.archlinux.org/packages/?q=$0 shortcut-add arwk=https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=$0&go=Go shortcut-add aur=https://aur.archlinux.org/packages/?K=$0 -shortcut-default gl +shortcut-default dl set download-path=~/Downloads @@ -27,7 +27,7 @@ nmap s nmap e nmap w :open wiki nmap W :open arwk -nmap d :open dl +nmap d :open gl nmap a :open arrp nmap A :open aur nmap ( -- cgit v1.2.3-54-g00ecf From b38c253f626a130b4bbcf37f64c8ea000b33bb4e Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 30 Oct 2016 11:18:38 +0000 Subject: fix mosh aliases --- Shell/bash_aliases | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Shell/bash_aliases b/Shell/bash_aliases index ab117b3..32dfd4c 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -38,10 +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='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 vps='mosh vasko@108.61.173.91' +alias desk='mosh -p 55101:55999 --ssh="ssh -p 55022" vsz@108.61.173.91' alias sourcel='source ~/.bash_aliases' alias ,.='fc -e -' alias cd..='cd ..' -- cgit v1.2.3-54-g00ecf