Compare commits

..

No commits in common. "63a47dbe76caec788bb5745afbcb27b5dfd7721b" and "fb8bce4bba218599e27bea0fd1d2bc6739398190" have entirely different histories.

View file

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