Add dotfiles.sh zsh autocomplete

This commit is contained in:
Riyyi
2019-05-10 16:06:14 +02:00
parent cef7b7133c
commit f6408c057a
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
# Directories
export PATH="$PATH:$HOME/.scripts"
export FPATH="$FPATH:$HOME/.scripts/completion"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"