aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2017-01-04 15:02:39 +0000
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2017-01-04 15:02:39 +0000
commitfa054b62e97dabc9b5a23cb007ee2fa613607514 (patch)
tree9b83b2cfb19f91c8e2c6e48868333b51f546698a /Shell
parent8ec30433a956bee8973531c67c7a928b3ba1b117 (diff)
downloaddotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.tar.gz
dotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.tar.bz2
dotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.zip
major updates
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases4
-rw-r--r--Shell/zshrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index e54e7a7..e0ee239 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='mosh vasko@108.61.173.91'
-alias desk='mosh -p 55101:55999 --ssh="ssh -p 55022" vsz@108.61.173.91'
+alias vps='mosh vasko@108.61.173.91 -- screen -rd'
+alias desk='mosh -p 55101:55999 --ssh="ssh -p 55022" vsz@108.61.173.91 -- screen -rd'
alias sourcel='source ~/.bash_aliases'
alias ,.='fc -e -'
alias cd..='cd ..'
diff --git a/Shell/zshrc b/Shell/zshrc
index 78c6911..a11c16e 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -1,4 +1,4 @@
-# Lines configured by zsh-newuser-install
+#> /dev/null Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
@@ -64,7 +64,7 @@ case $TERM in
# This is seen when the shell prompts for input.
function precmd {
print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a"
- timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows
+ timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows
}
# Write command and args to terminal title.
# This is seen while the shell waits for a command to complete.