Set Alias

Set Alias

sudo tee -a /etc/profile <<EOF
alias ll='ls -ahl'
alias k='kubectl'
EOF

Last updated