mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Add overided directories to avoid errors
This commit is contained in:
parent
034fab33d4
commit
44bbe50a29
9 changed files with 28 additions and 2 deletions
|
@ -9,6 +9,7 @@ export BASH_SILENCE_DEPRECATION_WARNING=1 # Hide the “default interactive shel
|
|||
|
||||
# Add executable directories into PATH
|
||||
PATH+=":$HOME/.local/bin"
|
||||
#PATH+=":/snap/bin" # Uncomment this if snap is installed
|
||||
|
||||
# XDG Standard paths
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue