This commit is contained in:
2025-03-24 12:17:14 -05:00
parent bf27af00d5
commit 18488b3ef1
7 changed files with 18 additions and 2 deletions

View File

@@ -172,7 +172,8 @@ 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
echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc
@@ -196,6 +197,7 @@ if [[ -d /etc/docker ]]
echo "alias dnc='docker network create'" >> /etc/bash.bashrc
echo "alias dnrm='docker network rm'" >> /etc/bash.bashrc
echo "alias dni='docker network inspect'" >> /etc/bash.bashrc
echo "alias dclf='docker compose up -d && docker logs -f'" >> /etc/bash.bashrc
echo "alias lzd='lazydocker'" >> /etc/bash.bashrc
fi