diff options
author | Alan Pearce | 2016-09-28 16:52:39 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-28 16:52:39 +0200 |
commit | f80b7751d79ba8c641022e55f2992dbde9407c71 (patch) | |
tree | c8b4b65612491f70c5eb618374f4f400e53cf648 | |
parent | ac14b9229f990fe31f36ebba864708b23965a598 (diff) | |
download | nixfiles-f80b7751d79ba8c641022e55f2992dbde9407c71.tar.lz nixfiles-f80b7751d79ba8c641022e55f2992dbde9407c71.tar.zst nixfiles-f80b7751d79ba8c641022e55f2992dbde9407c71.zip |
zsh: Add ec alias
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index b4db1f42..0dc62110 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -22,6 +22,8 @@ then path+=($HOME/bin) fi +alias ec=emacsclient + ls='\ls' gnu_ls_options="-v --group-directories-first --color=auto" gnu_ls_isodate="--time-style=long-iso" |