diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-01 02:32:26 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-01 02:32:26 +0000 |
commit | 10e3c7fc4a098c1c2be643b471874d7d11a092c2 (patch) | |
tree | 4a7be2b143c8c3006750a6bfc06b1645ef93726f /zshenv | |
parent | 2a2294205177d98ac7e817aeeab149270b8e2487 (diff) | |
download | dotfiles-10e3c7fc4a098c1c2be643b471874d7d11a092c2.tar.gz dotfiles-10e3c7fc4a098c1c2be643b471874d7d11a092c2.tar.bz2 dotfiles-10e3c7fc4a098c1c2be643b471874d7d11a092c2.zip |
+e alias so emacsclient is easier to open
Removed clang format file
Diffstat (limited to 'zshenv')
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,8 +6,8 @@ export EDITOR="vim" export SHELL="zsh" alias yapf='python3 -m yapf' alias clip="xclip -sel clip" +alias e="emacsclient -c " alias paste="xclip -o" -alias clang-format="clang-format -style=file" export force_color_prompt=yes # Programming |