fix: some shit
This commit is contained in:
parent
faa12c11bd
commit
15f9bc59ab
5
.zshrc
5
.zshrc
@ -1,6 +1,8 @@
|
|||||||
# Update Repo
|
# Update Repo
|
||||||
# source $HOME/.dotfiles/configs/zsh/update-repo.zsh
|
# source $HOME/.dotfiles/configs/zsh/update-repo.zsh
|
||||||
|
|
||||||
|
export SHELL=zsh
|
||||||
|
|
||||||
# p10k
|
# p10k
|
||||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
@ -56,7 +58,6 @@ fi
|
|||||||
# ZSH_TMUX_AUTOSTART=true
|
# ZSH_TMUX_AUTOSTART=true
|
||||||
# ZSH_TMUX_AUTOCONNECT=false
|
# ZSH_TMUX_AUTOCONNECT=false
|
||||||
|
|
||||||
eval `dircolors ~/.dircolors`
|
|
||||||
|
|
||||||
export FPATH=$FPATH:~/.dotfiles/completions
|
export FPATH=$FPATH:~/.dotfiles/completions
|
||||||
export NVIM_HOME=$HOME/.config/nvim
|
export NVIM_HOME=$HOME/.config/nvim
|
||||||
@ -148,3 +149,5 @@ export PATH="$PNPM_HOME:$PATH"
|
|||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
zvm_after_init_commands+=("bindkey '^[[A' up-line-or-search" "bindkey '^[[B' down-line-or-search")
|
zvm_after_init_commands+=("bindkey '^[[A' up-line-or-search" "bindkey '^[[B' down-line-or-search")
|
||||||
|
|
||||||
|
eval `dircolors ~/.dircolors`
|
||||||
|
Loading…
Reference in New Issue
Block a user