aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-08-22 08:42:33 +0800
committerhumphreylin <[email protected]>2019-08-22 08:42:33 +0800
commit35c9342414f8c4f2baeca77117500a6e7ce38679 (patch)
tree46c170cdae04cb60a555ead8ed732c1fa024a829 /.bashrc
parent1b0da2ad9057aeda24db44b22a667c182016f134 (diff)
downloaddotfiles-35c9342414f8c4f2baeca77117500a6e7ce38679.tar.gz
dotfiles-35c9342414f8c4f2baeca77117500a6e7ce38679.tar.bz2
dotfiles-35c9342414f8c4f2baeca77117500a6e7ce38679.zip
add a lot of config of vim plugs
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 88507f9..b65626c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -129,6 +129,8 @@ alias gaa='git add --all'
alias gc='git commit -v'
alias gp='git push'
+alias cd..='cd ..'
+
# autojump
if [ ! -d /usr/share/autojump ]; then
sudo apt install autojump