diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index 2153280..2f4f548 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -1,6 +1,8 @@ ## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} {%- from "zsh/map.jinja" import zsh with context %} +export PATH=$PATH:/usr/local/bin:/usr/local/bin + # Main environments variables export EDITOR=vim export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee' @@ -51,6 +53,9 @@ then source $ZSH/oh-my-zsh.sh fi +alias vim=nvim +alias weather="curl -s wttr.in/caen" + # Misc settings bindkey -e unsetopt share_history \ No newline at end of file