addet some functionality

This commit is contained in:
PieckA 2024-05-25 14:28:53 +02:00
parent 08eb6e9431
commit f6b2e996ef
2 changed files with 52 additions and 45 deletions

View file

@ -1,3 +1,4 @@
if command -v tmux >/dev/null 2>&1
function ta
if command tmux list-sessions >/dev/null 2>&1
echo "Tmux session found. Entering it now! --"
@ -8,3 +9,4 @@ function ta
tmux
end
end
end