ubuntu/rootfs/etc/profile.d/aliases.sh
casjay ade1cd2782
🗃️ Committing everything that changed 🗃️
rootfs/etc/
2024-08-22 18:14:39 -04:00

6 lines
106 B
Bash

alias q='exit'
alias c='clear'
alias quit='exit'
alias ls='ls -lhA --color'
alias grep='grep -s --color'