aliases.sh: Add foldersize
parent
69395b7a0c
commit
eadc372e3c
.config/shell
|
@ -1,6 +1,10 @@
|
||||||
# From https://mastodon.xyz/@CarlCravens/105758509287927276
|
# From https://mastodon.xyz/@CarlCravens/105758509287927276
|
||||||
alias clear='clear; tput cup $LINES 0'
|
alias clear='clear; tput cup $LINES 0'
|
||||||
|
|
||||||
|
foldersize(){
|
||||||
|
du -sh $@
|
||||||
|
}
|
||||||
|
|
||||||
tmm(){
|
tmm(){
|
||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
tmux attach-session -t 0 || tmux
|
tmux attach-session -t 0 || tmux
|
||||||
|
|
Loading…
Reference in New Issue