mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 10:38:44 -04:00
utf8 force
This commit is contained in:
Submodule tmux/.tmux/plugins/tmux updated: a56a5f6622...c2b1d67cbd
Submodule tmux/.tmux/plugins/vim-tmux-navigator updated: 38b1d0402c...5b3c701686
@@ -15,6 +15,8 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .git"
|
||||
export FZF_CTRL_T_OPTS="--preview 'bat -n --color=always --line-range :500 {}'"
|
||||
export FZF_ALT_C_OPTS="--preview 'eza --tree --color=always {} | head -200'"
|
||||
export LC_ALL=en_IN.UTF-8
|
||||
export LANG=en_IN.UTF-8
|
||||
|
||||
# History settings
|
||||
setopt EXTENDED_HISTORY
|
||||
@@ -53,7 +55,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
export PATH=$PATH:/Users/joshp/.spicetify
|
||||
alias alluptd="sudo port selfupdate; sudo port upgrade outdated; mas list; mas upgrade; brew update; brew upgrade; brew cu --all"
|
||||
export DISPLAY=:0
|
||||
source ~/fzf-git.sh/fzf-git.sh
|
||||
source ~/Projects/fzf-git.sh/fzf-git.sh
|
||||
fi
|
||||
|
||||
# Editor settings
|
||||
|
Reference in New Issue
Block a user