+e alias so emacsclient is easier to open
Removed clang format file
This commit is contained in:
2
zshenv
2
zshenv
@@ -6,8 +6,8 @@ export EDITOR="vim"
|
|||||||
export SHELL="zsh"
|
export SHELL="zsh"
|
||||||
alias yapf='python3 -m yapf'
|
alias yapf='python3 -m yapf'
|
||||||
alias clip="xclip -sel clip"
|
alias clip="xclip -sel clip"
|
||||||
|
alias e="emacsclient -c "
|
||||||
alias paste="xclip -o"
|
alias paste="xclip -o"
|
||||||
alias clang-format="clang-format -style=file"
|
|
||||||
export force_color_prompt=yes
|
export force_color_prompt=yes
|
||||||
|
|
||||||
# Programming
|
# Programming
|
||||||
|
|||||||
Reference in New Issue
Block a user