added alias

This commit is contained in:
2025-03-24 20:29:48 -05:00
parent 18488b3ef1
commit f31a588682
3 changed files with 3 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc
echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /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 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 gp='git pull'" >> /etc/bash.bashrc
echo "alias sgp='sudo git pull'" >> /etc/bash.bashrc
echo "alias hh='hstr'" >> /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 echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc

View File

@@ -159,6 +159,7 @@ echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc
echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /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 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 gp='git pull'" >> /etc/bash.bashrc
echo "alias sgp='sudo git pull'" >> /etc/bash.bashrc
echo "alias hh='hstr'" >> /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 echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc

View File

@@ -174,6 +174,7 @@ echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc
echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /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 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 gp='git pull'" >> /etc/bash.bashrc
echo "alias sgp='sudo git pull'" >> /etc/bash.bashrc
echo "alias hh='hstr'" >> /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 echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc