added missing quotes
This commit is contained in:
@@ -12,8 +12,8 @@ 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 sreboot='sudo reboot" >> ~/.bash_profile
|
||||
echo "alias spoweroff='sudo poweroff" >> ~/.bash_profile
|
||||
echo "alias sreboot='sudo reboot'" >> ~/.bash_profile
|
||||
echo "alias spoweroff='sudo poweroff'" >> ~/.bash_profile
|
||||
echo "alias ports='netstat -tulpna'" >> ~/.bash_profile
|
||||
echo "alias tf='tail -f'" >> ~/.bash_profile
|
||||
echo "alias dc='docker compose'" >> ~/.bash_profile
|
||||
|
||||
Reference in New Issue
Block a user