Fixed up some files for macos

This commit is contained in:
acicchetti 2019-06-05 10:00:23 -04:00
parent 0393a30f1e
commit 732c997ce1
3 changed files with 6 additions and 6 deletions

View file

@ -109,7 +109,7 @@ font:
style: Medium Italic style: Medium Italic
# Point size # Point size
size: 14.0 size: 18.0
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -304,10 +304,10 @@ live_config_reload: true
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. # You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell. # Entries in `shell.args` are passed unmodified as arguments to the shell.
shell: shell:
program: /bin/zsh program: /usr/local/bin/zsh
args: args:
- -c - --login
- sleep 1 && tmux new -A -s DefaultSession # - "sleep 1 && tmux new -A -s DefaultSession"
# Key bindings # Key bindings
# #

View file

@ -1,6 +1,6 @@
# set default terminal # set default terminal
#set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc" #set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc"
set-option -g default-terminal "tmux-256color" # set-option -g default-terminal "tmux-256color"
# set mouse/history stuff # set mouse/history stuff
set -g mouse on set -g mouse on
set -g history-limit 20000 set -g history-limit 20000

View file

@ -29,7 +29,7 @@ if has('nvim')
endif endif
if has("persistent_undo") if has("persistent_undo")
set undodir=$HOME."/.undodir" set undodir=$HOME"/.undodir"
set undofile set undofile
endif endif