fix(shell): update paths, add missing deps

This commit is contained in:
2023-09-29 20:46:46 +03:00
parent 4b45c89a90
commit 39ecd0495c
5 changed files with 29 additions and 25 deletions

View File

@@ -3,12 +3,11 @@
# Defaults
export DOTFILES="$HOME/.dotfiles"
export DOTFILES_SHARED_LOADED=""
# shellcheck source=scripts/shared.sh
source "$DOTFILES/scripts/shared.sh"
path_prepend "$DOTFILES/local/bin"
x-load-configs
$DOTFILES/local/bin/x-load-configs
# Import ssh keys in keychain
ssh-add -A 2>/dev/null