diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index ca9152e..753c3d2 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -157,7 +157,7 @@ echo "alias aptac='sudo apt autoclean'" >> /etc/bash.bashrc echo "alias dpkgi='sudo dpkg -i'" >> /etc/bash.bashrc echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc -echo "export gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc +echo "alias gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc echo "alias hh='hstr'" >> /etc/bash.bashrc echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc diff --git a/ubuntu/ubuntu-essentials.sh b/ubuntu/ubuntu-essentials.sh index 75d6c99..a7e2dc1 100755 --- a/ubuntu/ubuntu-essentials.sh +++ b/ubuntu/ubuntu-essentials.sh @@ -124,7 +124,7 @@ echo "alias aptac='sudo apt autoclean'" >> /etc/bash.bashrc echo "alias dpkgi='sudo dpkg -i'" >> /etc/bash.bashrc echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc -echo "export gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc +echo "alias gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc echo "alias hh='hstr'" >> /etc/bash.bashrc echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc