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
# Point size
size: 14.0
size: 18.0
# 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.
@ -304,10 +304,10 @@ live_config_reload: true
# 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.
shell:
program: /bin/zsh
program: /usr/local/bin/zsh
args:
- -c
- sleep 1 && tmux new -A -s DefaultSession
- --login
# - "sleep 1 && tmux new -A -s DefaultSession"
# Key bindings
#

View file

@ -1,6 +1,6 @@
# set default terminal
#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 -g mouse on
set -g history-limit 20000

View file

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