Mercurial > hg > zsh-env
comparison zshrc @ 147:163ef90dd755
add an alias for sudo typos
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 Oct 2018 17:37:22 +0200 |
parents | 4c87719f258c |
children | 55466fa02e0a |
comparison
equal
deleted
inserted
replaced
146:d6fba0677bff | 147:163ef90dd755 |
---|---|
38 alias pd=pushd | 38 alias pd=pushd |
39 alias history="history 1" | 39 alias history="history 1" |
40 alias sl='screen -ls' | 40 alias sl='screen -ls' |
41 alias sn='screen -S' | 41 alias sn='screen -S' |
42 alias sr='screen -r' | 42 alias sr='screen -r' |
43 alias suod=sudo | |
43 alias ta="tmux attach -t" | 44 alias ta="tmux attach -t" |
44 alias tl="tmux list-sessions" | 45 alias tl="tmux list-sessions" |
45 alias tn="tmux new -s" | 46 alias tn="tmux new -s" |
46 | 47 |
47 # no history handling for now ... or find a better way to save history per shell not across all shells | 48 # no history handling for now ... or find a better way to save history per shell not across all shells |