tmux.conf

This commit is contained in:
2019-03-17 12:31:13 -04:00
parent 85a2a82a07
commit 103f7731e2
2 changed files with 8 additions and 0 deletions

2
tmux.conf Normal file
View File

@@ -0,0 +1,2 @@
set-option -g default-shell /bin/zsh
set-option -g default-terminal tmux-256color

6
zshrc
View File

@@ -49,3 +49,9 @@ fi
## Dircolors ## Dircolors
eval `dircolors ~/.config/dircolors-solarized/dircolors.256dark` eval `dircolors ~/.config/dircolors-solarized/dircolors.256dark`
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/paul/.local/share/google-cloud-sdk/path.zsh.inc' ]; then . '/home/paul/.local/share/google-cloud-sdk/path.zsh.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/home/paul/.local/share/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/paul/.local/share/google-cloud-sdk/completion.zsh.inc'; fi