added alias

This commit is contained in:
2024-03-03 23:41:41 -06:00
parent c56aba5b40
commit 5a814c4815

View File

@@ -11,6 +11,7 @@ echo "alias grep='grep --color'" >> ~/.bash_profile
echo "alias mkdir='mkdir -pv'" >> ~/.bash_profile
echo "alias du='du -h'" >> ~/.bash_profile
echo "alias df='df -h'" >> ~/.bash_profile
echo "alias si='sudo -i'" >> ~/.bash_profile
echo "alias ports='netstat -tulpna'" >> ~/.bash_profile
echo "alias tf='tail -f'" >> ~/.bash_profile
echo "alias dc='docker compose'" >> ~/.bash_profile
@@ -29,4 +30,3 @@ 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