refactor bashrc's to bash folder and vimrc's to vim folder

This commit is contained in:
Wryn Wagner
2019-08-20 09:52:04 -06:00
parent 613e4799de
commit 9f2276c4e3
9 changed files with 39 additions and 16 deletions

View File

@ -9,3 +9,8 @@ function notes() { NOTE="$NOTE_PATH/$1$NOTE_EXTENSION"; [ $1 ] && [ -f $NOTE ] &
# --- GIT -----------------------------------------------------
alias gitbranchcleanup='git branch -d $(git branch | sed -E "/develop|master|\*/d")'
alias pd='pushd';
alias qd='popd';
alias ds='dirs';