Mercurial > hg > zsh-env
changeset 104:b3ffe2fba3ac
Add aliases for screen
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 11 Nov 2016 02:48:32 +0100 |
parents | a21fd4a29ff8 |
children | a7654f2b4170 c228c63f1ba9 |
files | zshrc |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc Fri Nov 11 02:45:17 2016 +0100 +++ b/zshrc Fri Nov 11 02:48:32 2016 +0100 @@ -35,6 +35,9 @@ psg() { ps auxww | grep -v grep | grep -i "$@" } alias pd=pushd alias history="history 1" +alias sl='screen -ls' +alias sn='screen -S' +alias sr='screen -r' alias ta="tmux attach -t" alias tl="tmux list-sessions" alias tn="tmux new -s"