changes: hypr,zsh,
This commit is contained in:
parent
1f3f425b17
commit
6f9b47e058
2 changed files with 5 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = /home/arcadian/Pictures/Wallpaper/DemonSlayer.jpg
|
path = /home/arcadian/Pictures/Wallpaper/0313.jpg
|
||||||
# only png supported for now
|
# only png supported for now
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@ fi
|
||||||
|
|
||||||
source "${ZINIT_HOME}/zinit.zsh"
|
source "${ZINIT_HOME}/zinit.zsh"
|
||||||
|
|
||||||
|
zinit ice lucid as"program" pick"bin/git-dsf"
|
||||||
|
zinit load so-fancy/diff-so-fancy
|
||||||
|
|
||||||
zinit light zsh-users/zsh-syntax-highlighting
|
zinit light zsh-users/zsh-syntax-highlighting
|
||||||
zinit light zsh-users/zsh-completions
|
zinit light zsh-users/zsh-completions
|
||||||
zinit light zsh-users/zsh-autosuggestions
|
zinit light zsh-users/zsh-autosuggestions
|
||||||
|
@ -177,3 +180,4 @@ complete -o nospace -C /usr/bin/terraform terraform
|
||||||
complete -C '/usr/bin/aws_completer' aws
|
complete -C '/usr/bin/aws_completer' aws
|
||||||
|
|
||||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue