comment
parent
3cd1f7f8d6
commit
66210150c3
|
@ -36,6 +36,7 @@ foldersize(){
|
||||||
du -sh "$@"
|
du -sh "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Easy way to create/ connect to a tmux session
|
||||||
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