Added lxd vars/shortcuts to zsh

This commit is contained in:
Ben Vincent 2023-06-18 19:39:43 +10:00
parent a7f8f12bd2
commit c12d676cf7
2 changed files with 3 additions and 1 deletions

View File

@ -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 () {

View File

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