Files
dotfiles/fish/functions/tmux.fish
T
2023-07-27 11:34:40 +02:00

11 lines
177 B
Fish

function tmux
if test (count $argv) -eq 0
if type -q omf
# Update Oh My Fish if it installed
omf update
end
# Execute TMUX
/usr/bin/tmux -u $argv
end