Add overided directories to avoid errors

This commit is contained in:
ItsDrike 2021-04-01 15:23:02 +02:00
parent 034fab33d4
commit 44bbe50a29
No known key found for this signature in database
GPG key ID: 252D306F545351FC
9 changed files with 28 additions and 2 deletions

View file

@ -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"