dotfiles/bin/,tmux
Fernando Schauenburg e44b318e61 bash: turn aliases into scripts
This makes the common actions previously encoded as bash aliases
independent of the shell (I'm using /bin/sh for the scripts), which will
make a potential switch to zsh easier by having less bash-specific stuff
around.
2021-07-22 17:34:00 +02:00

3 lines
63 B
Bash
Executable file

#!/bin/sh
exec tmux -f "$XDG_CONFIG_HOME/tmux/tmux.conf" "$@"