refactor bashrc's to bash folder and vimrc's to vim folder
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user