diff options
| -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 |
