Update .zimrc
This commit is contained in:
@@ -23,11 +23,11 @@ zmodule zsh-users/zsh-autosuggestions
|
|||||||
# Productivity
|
# Productivity
|
||||||
#
|
#
|
||||||
# Alacritty completions modules
|
# Alacritty completions modules
|
||||||
zmodule alacritty
|
zmodule -u alacritty
|
||||||
# Sets up asdf, with auto install and optimized usage of the direnv plugin.
|
# Sets up asdf, with auto install and optimized usage of the direnv plugin.
|
||||||
#zmodule asdf
|
#zmodule asdf
|
||||||
# Buku completions modules
|
# Buku completions modules
|
||||||
zmodule buku
|
zmodule -u buku
|
||||||
# chezmoi
|
# chezmoi
|
||||||
zmodule joke/zim-chezmoi
|
zmodule joke/zim-chezmoi
|
||||||
# Provides handy git aliases and functions.
|
# Provides handy git aliases and functions.
|
||||||
@@ -39,7 +39,7 @@ zmodule archive
|
|||||||
{{ if (eq .chezmoi.os "linux") -}}
|
{{ if (eq .chezmoi.os "linux") -}}
|
||||||
# Distribution aliases and functions.
|
# Distribution aliases and functions.
|
||||||
{{ if (eq .chezmoi.osRelease.id "manjaro") -}}
|
{{ if (eq .chezmoi.osRelease.id "manjaro") -}}
|
||||||
zmodule manjaro
|
zmodule -u manjaro
|
||||||
{{ else if (eq .chezmoi.osRelease.id "arch") -}}
|
{{ else if (eq .chezmoi.osRelease.id "arch") -}}
|
||||||
zmodule pacman
|
zmodule pacman
|
||||||
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
|
||||||
@@ -47,7 +47,7 @@ zmodule debian
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
# sudo module
|
# sudo module
|
||||||
zmodule sudo
|
zmodule -u sudo
|
||||||
# Utility aliases and functions. Adds colour to ls, grep and less.
|
# Utility aliases and functions. Adds colour to ls, grep and less.
|
||||||
zmodule utility
|
zmodule utility
|
||||||
# exa
|
# exa
|
||||||
@@ -55,7 +55,7 @@ zmodule utility
|
|||||||
# fzf
|
# fzf
|
||||||
zmodule fzf
|
zmodule fzf
|
||||||
# Personal aliases
|
# Personal aliases
|
||||||
zmodule jl-helper
|
zmodule -u jl-helper
|
||||||
# magic enter feature from subnixr's minimal prompt theme
|
# magic enter feature from subnixr's minimal prompt theme
|
||||||
zmodule magic-enter
|
zmodule magic-enter
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user