From c12d676cf70e45650b43ec3349b0e24732519979 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 18 Jun 2023 19:39:43 +1000 Subject: [PATCH] Added lxd vars/shortcuts to zsh --- .config/shell/common | 2 ++ .config/zsh/zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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