Removed snapshots and profiles from 'cls' alias, chkinst function, lxd completion in zsh

This commit is contained in:
HerrCraziDev
2024-09-09 16:45:48 +02:00
parent 0cbdaf9b1e
commit a6ad403af6
3 changed files with 11 additions and 3 deletions

2
.zshrc
View File

@@ -10,7 +10,7 @@ if [ -d $ZSH ]; then
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
HIST_STAMPS="dd/mm/yyyy"
plugins=(git)
plugins=(git lxd-completion-zsh)
source $ZSH/oh-my-zsh.sh
fi