mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
12 lines
183 B
Fish
12 lines
183 B
Fish
function tmux
|
|
if test (count $argv) -eq 0
|
|
if type -q omf
|
|
# Update Oh My Fish if it installed
|
|
omf update
|
|
end
|
|
end
|
|
|
|
# Execute TMUX
|
|
/usr/bin/tmux -u $argv
|
|
end
|