bashrc: Add shortcut "c" for "lscat"
This commit is contained in:
parent
2c00847807
commit
a7f548e948
|
|
@ -70,6 +70,9 @@ function lscat() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Shortcut for lscat (either c for cat or c for "see")
|
||||||
|
alias c='lscat'
|
||||||
|
|
||||||
function calc() {
|
function calc() {
|
||||||
echo "$@" | bc
|
echo "$@" | bc
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue