mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
11 lines
177 B
Fish
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
|