aboutsummaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-01 02:32:26 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-01 02:32:26 +0000
commit10e3c7fc4a098c1c2be643b471874d7d11a092c2 (patch)
tree4a7be2b143c8c3006750a6bfc06b1645ef93726f /zshenv
parent2a2294205177d98ac7e817aeeab149270b8e2487 (diff)
downloaddotfiles-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--zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv
index fc92e5d..b7724c6 100644
--- a/zshenv
+++ b/zshenv
@@ -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