Added lxd vars/shortcuts to zsh
This commit is contained in:
parent
a7f8f12bd2
commit
c12d676cf7
@ -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 () {
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user