Update bash dotfiles naming convention for easier editing within the repo

This commit is contained in:
Shaun Reed 2019-09-14 04:51:16 -04:00
parent b0246371e3
commit 3de26e4846
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ alias l='ls -CF'
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"'
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com" && git config user.name && git config user.email'
alias config='/usr/bin/git --git-dir=/home/kapper/.cfg/ --work-tree=/home/kapper'