diff --git a/.config/shell/common b/.config/shell/common index d457a2d..b89f14b 100644 --- a/.config/shell/common +++ b/.config/shell/common @@ -21,6 +21,8 @@ export MPD_HOST="$HOME/.config/mpd/socket" PASSWORD_STORE_DIR=$HOME/.config/password-store PASSWORD_STORE_KEY=$HOME/.config/password-store/.gpg-id +# LXD +export LXD_SOCKET=/run/lxd.socket # unzip to directory of same name, minus .zip unzipd () { diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index ad36d34..735c9c3 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -73,7 +73,7 @@ export UPDATE_ZSH_DAYS=13 # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git dnf nmap pass rsync tmux) +plugins=(git dnf nmap pass rsync tmux lxd-completion-zsh) # User configuration