prepare for chezmoi
This commit is contained in:
parent
5246e26a6b
commit
6bc0bf769c
4 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
||||||
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||||
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
|
export STARSHIP_CONFIG=$HOME/.config/zsh/starship.toml
|
||||||
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
||||||
|
|
||||||
# Setopt Stuff
|
# Setopt Stuff
|
||||||
|
@ -59,8 +59,8 @@ alias sc-daemon-reload="sudo systemctl daemon-reload"
|
||||||
alias termbin="nc termbin.com 9999"
|
alias termbin="nc termbin.com 9999"
|
||||||
|
|
||||||
# Library Files
|
# Library Files
|
||||||
source $HOME/.config/dotfiles/.config/dotfiles/files/direnv.zsh
|
source $HOME/.config/zsh/direnv.zsh
|
||||||
source $HOME/.config/dotfiles/.config/dotfiles/files/sshagent.zsh
|
source $HOME/.config/zsh/sshagent.zsh
|
||||||
zinit pack for ls_colors
|
zinit pack for ls_colors
|
||||||
zinit snippet OMZL::history.zsh
|
zinit snippet OMZL::history.zsh
|
||||||
zinit snippet OMZL::functions.zsh
|
zinit snippet OMZL::functions.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue