From 66210150c33bb421167a552e61bfc9e091067207 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sun, 20 Feb 2022 18:05:17 -0500 Subject: [PATCH] comment --- shell_common/.config/shell_common/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_common/.config/shell_common/aliases.sh b/shell_common/.config/shell_common/aliases.sh index 9a517b3..603dc8e 100644 --- a/shell_common/.config/shell_common/aliases.sh +++ b/shell_common/.config/shell_common/aliases.sh @@ -36,6 +36,7 @@ foldersize(){ du -sh "$@" } +# Easy way to create/ connect to a tmux session tmm(){ if [ -z "$1" ]; then tmux attach-session -t 0 || tmux