removed extra alias
This commit is contained in:
1
debian/debian-essentials.sh
vendored
1
debian/debian-essentials.sh
vendored
@@ -172,7 +172,6 @@ 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 "alias gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc
|
||||
echo "alias gitconfig='git config --global credential.helper store && git config --global user.name "akanealw" && git config --global user.email "akanealw@gmail.com" && git config --global init.defaultBranch main && git config --global credential.helper store'" >> /etc/bash.bashrc
|
||||
echo "alias gp='git pull'" >> /etc/bash.bashrc
|
||||
echo "alias hh='hstr'" >> /etc/bash.bashrc
|
||||
|
||||
Reference in New Issue
Block a user