Merge branch 'master' of localhost:PowerUser/dotfiles
This commit is contained in:
commit
40e68effdb
2 changed files with 2 additions and 3 deletions
|
@ -41,13 +41,11 @@ fi
|
||||||
|
|
||||||
## PATH MODIFICATION
|
## PATH MODIFICATION
|
||||||
# add local bin path and shell bin path to PATH
|
# add local bin path and shell bin path to PATH
|
||||||
path_append "$LOCAL_HOME/bin"
|
path_prepend "$LOCAL_HOME/bin"
|
||||||
# add shell bin files
|
# add shell bin files
|
||||||
path_append "$SHELL_CONFIG_DIR/bin"
|
path_append "$SHELL_CONFIG_DIR/bin"
|
||||||
# add doom emacs bin folder to path if it exists
|
# add doom emacs bin folder to path if it exists
|
||||||
path_append "$CONFIG_HOME/emacs/bin"
|
path_append "$CONFIG_HOME/emacs/bin"
|
||||||
# add nixvim path if it exists
|
|
||||||
path_prepend "/home/blake/code/nixvim-config/result/bin"
|
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -66,6 +66,7 @@ ${SKIP_PLUGINS:-false} || {
|
||||||
zinit load "jeffreytse/zsh-vi-mode"
|
zinit load "jeffreytse/zsh-vi-mode"
|
||||||
zinit load "zsh-users/zsh-history-substring-search"
|
zinit load "zsh-users/zsh-history-substring-search"
|
||||||
zinit load "zsh-users/zsh-completions"
|
zinit load "zsh-users/zsh-completions"
|
||||||
|
zinit load "Tarrasch/zsh-bd"
|
||||||
if ! command -v zoxide &> /dev/null || ${SKIP_ZOXIDE:-false}; then
|
if ! command -v zoxide &> /dev/null || ${SKIP_ZOXIDE:-false}; then
|
||||||
zinit load "agkozak/zsh-z"
|
zinit load "agkozak/zsh-z"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue