bashrc: Add shortcut "c" for "lscat"
This commit is contained in:
parent
2c00847807
commit
a7f548e948
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue