diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-10 19:59:11 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-10 19:59:11 +0100 |
| commit | 1c0ded9d62306576fd1aea493c40d364277cf0bb (patch) | |
| tree | 524879fb7cadccf826d0a291ca44b59c2578987c /dot.zshrc.local | |
| parent | 88c6f289f8bd5d7b410ba3bc38288338a80f790f (diff) | |
zsh: add et alias
Diffstat (limited to 'dot.zshrc.local')
| -rw-r--r-- | dot.zshrc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index b420575..a0436c1 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -2,6 +2,7 @@ (( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed" alias g=git alias ec="emacsclient -n" +alias et="emacsclient -t" alias hl="highlight -O ansi" path=( $HOME/.gem/ruby/*/bin(/N) $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.cargo/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) typeset -xU path |
