mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(base16): broken base16 configuration
This commit is contained in:
@@ -15,6 +15,9 @@ set -g status-interval 5
|
|||||||
# Set focus events for Vim
|
# Set focus events for Vim
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
||||||
|
# Allow passthrough color excape sequences (Base16)
|
||||||
|
set -g allow-passthrough 1
|
||||||
|
|
||||||
# Force a reload of the config file
|
# Force a reload of the config file
|
||||||
bind r source-file ~/.tmux.conf\; display "Reloaded!"
|
bind r source-file ~/.tmux.conf\; display "Reloaded!"
|
||||||
|
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -17,10 +17,7 @@ source "$(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.z
|
|||||||
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR="$(brew --prefix)/share/zsh-syntax-highlighting/highlighters"
|
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR="$(brew --prefix)/share/zsh-syntax-highlighting/highlighters"
|
||||||
|
|
||||||
# Base16 Shell
|
# Base16 Shell
|
||||||
BASE16_SHELL="$HOME/.config/base16-shell/"
|
source ~/.config/base16-shell/base16-shell.plugin.zsh
|
||||||
[ -n "$PS1" ] && \
|
|
||||||
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
|
|
||||||
eval "$("$BASE16_SHELL/profile_helper.sh")"
|
|
||||||
|
|
||||||
# FD
|
# FD
|
||||||
FD_OPTIONS="--follow --exclude .git --exclude node_modules"
|
FD_OPTIONS="--follow --exclude .git --exclude node_modules"
|
||||||
|
|||||||
Reference in New Issue
Block a user