aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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