Add utility to generate shell completions
This commit is contained in:
parent
5df789c413
commit
a8b0a0e68e
4 changed files with 109 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share" # also set in ~/.local/bin/install-dotfiles
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_DATA_HOME="$HOME/.local/share" # also set in ~/.local/bin/{generate-shell-completions,install-dotfiles}
|
||||
export XDG_STATE_HOME="$HOME/.local/state" # also set in ~/.local/bin/generate-shell-completions
|
||||
|
||||
# Make up a XDG directory for binaries (that does not exist in the standard)
|
||||
export XDG_BIN_HOME="$HOME/.local/bin" # also set in ~/.local/bin/install-dotfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue