aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zshrc
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-06 19:38:32 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-06 19:38:45 +0100
commit8c25ce0104ea39e8cab0e13791b8e1f9e7365ca4 (patch)
treec7578c7099fccd4b473af8b5e587b83df984f6bb /Shell/.zshrc
parent7fec08acd6f854855f8693f3995baf1d0642c66f (diff)
downloaddotfiles-8c25ce0104ea39e8cab0e13791b8e1f9e7365ca4.tar.gz
dotfiles-8c25ce0104ea39e8cab0e13791b8e1f9e7365ca4.tar.bz2
dotfiles-8c25ce0104ea39e8cab0e13791b8e1f9e7365ca4.zip
+dre = doom sync along with other bindings
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r--Shell/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index c82ecc8..eb2023e 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -1,7 +1,9 @@
# zshrc -*- mode: sh; lexical-binding: t; -*-
## Aliases
+export TERM=xterm-256color
alias vim="nvim"
+alias vi="nvim"
alias clip="xclip -sel clip"
alias paste="xclip -o"
alias exa="exa --color=always --group-directories-first"
@@ -13,6 +15,7 @@ alias fzf="fzf --layout=reverse --height=20"
alias suctl="systemctl --user"
alias uemacs="emacs -q -l '~/.config/emacs/init.el'"
alias sedit="emacsclient -a emacs -s MAIN -c"
+alias dre="doom sync"
## ZSH
export ZSH_THEME="af-magic"