tmux: attempt to call fish without absolute path
This commit is contained in:
parent
943fc253b0
commit
35474e3b24
|
|
@ -113,4 +113,5 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"
|
||||||
bind-key p run "wl-paste --no-newline | tmux load-buffer - ; tmux paste-buffer"
|
bind-key p run "wl-paste --no-newline | tmux load-buffer - ; tmux paste-buffer"
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
set -g default-shell /run/current-system/sw/bin/fish
|
#set -g default-shell /run/current-system/sw/bin/fish
|
||||||
|
set -g default-shell fish
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue