added alias
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user