aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
-rw-r--r--.zshrc9
2 files changed, 10 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 6048dbe..88507f9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -122,6 +122,7 @@ export EDITOR=/usr/bin/vim
# alias
if grep -q Microsoft /proc/version; then
alias psh='powershell.exe'
+ alias expl='explorer.exe'
fi
alias g='git'
alias gaa='git add --all'
diff --git a/.zshrc b/.zshrc
index 38f2896..e836e6a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -8,6 +8,8 @@ HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.zsh_history
+export EDITOR=/usr/bin/vim
+
# autojump
if [ ! -d /usr/share/autojump ]; then
echo 'Installing autojump ... '
@@ -39,3 +41,10 @@ zplug load
# fzf
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+
+# alias
+if grep -q Microsoft /proc/version; then
+ alias psh='powershell.exe'
+ alias expl='explorer.exe'
+fi
+