-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile
More file actions
33 lines (24 loc) · 975 Bytes
/
Copy pathprofile
File metadata and controls
33 lines (24 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PATH=~/bin:~/.local/bin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/sbin
CWD=$HOME/.dotfiles
#if [ ! -f ${CWD}/include/secrets -a -f ${CWD}/secrets.vault ]; do
# which ansible-vault 2>&1 >/dev/null
# if [ "$?" = "0" ]; then
# asible-vault descrypt --output-file ${CWD}/include/secrets ${CWD}/secrets.vault
# else
# echo "ansible-vault is not in path. secrets will not be decrypted"
# fi
#done
for file in ${CWD}/include/*.sh; do
source $file
done
[ -f $HOME/.secrets ] && source $HOME/.secrets
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# Added by git-ai installer on Fri May 8 17:15:04 BST 2026
export PATH="/Users/genadijus.paleckis/.git-ai/bin:$PATH"
source '/Users/genadijus.paleckis/.bash_completions/gousto.sh'
# Added by LM Studio CLI tool (lms)
export PATH="$PATH:/Users/genadijus.paleckis/.lmstudio/bin"
# Added by LM Studio CLI tool (lms)
export PATH="$PATH:/Users/genadijus.paleckis/.lmstudio/bin"