s/.tmux.conf.local/.tmux.conf

main
Alpha Chen 2 years ago
parent 044ae572a8
commit 517052f484
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -8,3 +8,5 @@
# bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
set-option -g default-command "zsh"
bind y run "tmux save-buffer - | pbcopy"
# set-option -g default-shell /opt/homebrew/bin/fish

@ -23,5 +23,5 @@
file: src=~/.dotfiles/bin dest=~/bin state=link
- name: symlink ~/.tmux.conf.local
file: src=~/.dotfiles/macos/.tmux.conf.local dest=~/.tmux.conf.local state=link
file: src=~/.dotfiles/macos/.tmux.conf dest=~/.tmux.conf.local state=link
when: ansible_distribution == "MacOSX"

Loading…
Cancel
Save