Compare commits

...

2 commits

View file

@ -6,6 +6,12 @@ autoload -Uz compinit
compinit
# End of lines added by compinstall
################################
# Webinstall.dev install
################################
source ~/.config/envman/PATH.env
################################
# Plugins & Modules
################################
@ -50,8 +56,8 @@ alias cat="bat --theme=gruvbox-dark"
# File previews for fzf using bat
alias fp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'"
# Zoxide alias
alias z=zoxide
# Init zoxide
eval "$(zoxide init zsh)"
################################
# Utilities
@ -60,5 +66,3 @@ alias z=zoxide
meteo() {
curl "wttr.in/${1:-"Gradignan"}?lang=fr"
}
eval "$(zoxide init zsh)"