bashrc: Add shortcut "c" for "lscat"

This commit is contained in:
Lexi / Zoe 2023-11-22 16:40:21 +01:00
parent 2c00847807
commit a7f548e948
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ function lscat() {
done
}
# Shortcut for lscat (either c for cat or c for "see")
alias c='lscat'
function calc() {
echo "$@" | bc
}