From 3de26e4846895e58ac0a6a0982d5c721be7cd48c Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 14 Sep 2019 04:51:16 -0400 Subject: [PATCH] Update bash dotfiles naming convention for easier editing within the repo --- bash/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_aliases b/bash/.bash_aliases index eaf22d4..b635343 100644 --- a/bash/.bash_aliases +++ b/bash/.bash_aliases @@ -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'