diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/bash_aliases | 3 | ||||
-rw-r--r-- | Shell/zshrc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases index e0ee239..27a1bf9 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -2,6 +2,9 @@ # awesome perl echo 'one two three'| perl -lne 'print $2 if /one(.*)three/' +#ip +alias ip='ip -c' + #exit alias e='disown; exit' diff --git a/Shell/zshrc b/Shell/zshrc index a11c16e..6568d91 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -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. |