From 35c9342414f8c4f2baeca77117500a6e7ce38679 Mon Sep 17 00:00:00 2001 From: humphreylin Date: Thu, 22 Aug 2019 08:42:33 +0800 Subject: add a lot of config of vim plugs --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') 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 -- cgit v1.2.3