aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-08-15 11:25:17 +0800
committerhumphreylin <[email protected]>2019-08-15 11:27:21 +0800
commit1bb180cdff2177951bfabb93dd51b644d383289c (patch)
treec5774da3873dc1a249314de29a8950ed459bfe9f /.bashrc
parent87ccbd32e89796c56a9755c5c73ce4a2ea6233de (diff)
downloaddotfiles-1bb180cdff2177951bfabb93dd51b644d383289c.tar.gz
dotfiles-1bb180cdff2177951bfabb93dd51b644d383289c.tar.bz2
dotfiles-1bb180cdff2177951bfabb93dd51b644d383289c.zip
modify default editor and add some aliases
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 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'