mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-16 23:22:37 +00:00
Compare commits
2 Commits
802ea082c8
...
3230fb7007
| Author | SHA1 | Date | |
|---|---|---|---|
|
3230fb7007
|
|||
|
6f11d99043
|
@@ -84,6 +84,9 @@ export ANSIBLE_HOME="$XDG_CONFIG_HOME/ansible"
|
|||||||
export ANSIBLE_VAULT_PASSWORD_FILE="$SCRIPTS/vault-gopass-client"
|
export ANSIBLE_VAULT_PASSWORD_FILE="$SCRIPTS/vault-gopass-client"
|
||||||
export DEFAULT_VAULT_PASSWORD_FILE="$SCRIPTS/vault-gopass-client"
|
export DEFAULT_VAULT_PASSWORD_FILE="$SCRIPTS/vault-gopass-client"
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||||
|
|
||||||
# Tmux-Sessionator path.
|
# Tmux-Sessionator path.
|
||||||
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$LOCAL_REPOS:$REPOS:$ANSIBLE_LOCAL:$GHREPOS:$HVACIOTREPOS"
|
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$LOCAL_REPOS:$REPOS:$ANSIBLE_LOCAL:$GHREPOS:$HVACIOTREPOS"
|
||||||
|
|
||||||
@@ -99,4 +102,7 @@ export GPG_TTY=$(tty)
|
|||||||
# Starship Prompt
|
# Starship Prompt
|
||||||
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
|
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
|
||||||
|
|
||||||
|
# Zoxide
|
||||||
|
export _ZO_DATA_DIR="$XDG_DATA_HOME"
|
||||||
|
|
||||||
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"
|
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ path_prepend \
|
|||||||
"$HOME/.local/bin" \
|
"$HOME/.local/bin" \
|
||||||
"$SCRIPTS" \
|
"$SCRIPTS" \
|
||||||
"$HOME/.local/pnpm" \
|
"$HOME/.local/pnpm" \
|
||||||
"$HOME/.cargo/bin"
|
"$CARGO_HOME/bin"
|
||||||
|
|
||||||
# last arg will be first in $FPATH
|
# last arg will be first in $FPATH
|
||||||
fpath_prepend \
|
fpath_prepend \
|
||||||
@@ -252,4 +252,5 @@ function use-gpg-agent-for-ssh {
|
|||||||
}
|
}
|
||||||
use-gpg-agent-for-ssh
|
use-gpg-agent-for-ssh
|
||||||
|
|
||||||
eval "$(direnv hook zsh)"
|
command -v direnv >/dev/null 2>&1 && eval "$(direnv hook zsh)"
|
||||||
|
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user