mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-06 21:01:39 +00:00
chore: tweaks and cleanup
This commit is contained in:
@@ -26,5 +26,3 @@ yq 4.44.3
|
|||||||
bats 1.11.0
|
bats 1.11.0
|
||||||
gitleaks 8.18.4
|
gitleaks 8.18.4
|
||||||
delta 0.18.1
|
delta 0.18.1
|
||||||
sops 3.9.0
|
|
||||||
eza system
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ hide_env_diff = true
|
|||||||
|
|
||||||
[whitelist]
|
[whitelist]
|
||||||
prefix = [
|
prefix = [
|
||||||
"~/Code/ivuorinen/"
|
"~/Code/"
|
||||||
]
|
]
|
||||||
exact = [
|
exact = [
|
||||||
"~/.dotfiles/.envrc"
|
"~/.dotfiles/.envrc"
|
||||||
|
|||||||
@@ -25,12 +25,11 @@ fi
|
|||||||
# Load asdf
|
# Load asdf
|
||||||
export ASDF_DIR="$XDG_BIN_HOME/asdf"
|
export ASDF_DIR="$XDG_BIN_HOME/asdf"
|
||||||
if [[ -d $ASDF_DIR ]]; then
|
if [[ -d $ASDF_DIR ]]; then
|
||||||
[[ -d $ASDF_DIR/bin ]] && x-path-prepend "$ASDF_DIR/bin"
|
|
||||||
[[ -d $ASDF_DIR/shims ]] && x-path-prepend "$ASDF_DIR/shims"
|
|
||||||
[[ -d $ASDF_DIR/completions ]] && fpath=("$ASDF_DIR/completions" $fpath)
|
[[ -d $ASDF_DIR/completions ]] && fpath=("$ASDF_DIR/completions" $fpath)
|
||||||
[[ -d $ASDF_DIR/plugins ]] && fpath=("$ASDF_DIR/plugins" $fpath)
|
[[ -d $ASDF_DIR/plugins ]] && fpath=("$ASDF_DIR/plugins" $fpath)
|
||||||
source "$ASDF_DIR/asdf.sh"
|
source "$ASDF_DIR/asdf.sh"
|
||||||
fi
|
fi
|
||||||
|
export PATH="$ASDF_DIR/bin:$ASDF_DIR/shims:$PATH"
|
||||||
|
|
||||||
if ! command -v msg &> /dev/null; then
|
if ! command -v msg &> /dev/null; then
|
||||||
# Function to print messages if VERBOSE is enabled
|
# Function to print messages if VERBOSE is enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user