aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-15 08:51:09 +0800
committergxlin <[email protected]>2021-07-15 08:51:09 +0800
commitb731482680df4fcd19cb3627180bbe4ea2372820 (patch)
tree87d0a193c54030b690907ea7076c674a702d2371 /.zshrc
parent43b356933766807cff3cce9dda6955469f4df49c (diff)
downloaddotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.gz
dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.bz2
dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.zip
More config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 39a53bb..dd9ce52 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,7 +2,8 @@ setopt histignorealldups sharehistory
# Use emacs keybindings even if our EDITOR is set to vi
bindkey -e
-EDITOR=vim
+export VISUAL=vim
+export EDITOR=vim
export LANG=en_US.UTF-8
export GPG_KEY=$(tty)
@@ -37,6 +38,8 @@ Darwin)
alias ls='ls -G'
alias ll='ls -lhG'
alias bug='brew upgrade --greedy'
+
+ source ~/.macos
;;
Linux)
# commands for Linux