add function cdll to .bashrc
This commit is contained in:
parent
a0c75c28b6
commit
3827a16d11
1 changed files with 6 additions and 0 deletions
6
.bashrc
6
.bashrc
|
|
@ -91,6 +91,12 @@ function mkcd {
|
||||||
cd "$1"
|
cd "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# cd to dir + ll (ls -la)
|
||||||
|
function cdll {
|
||||||
|
cd "$1"
|
||||||
|
ls -la
|
||||||
|
}
|
||||||
|
|
||||||
calc() {
|
calc() {
|
||||||
echo "$@" | bc
|
echo "$@" | bc
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue