From 5574e33eb00bccf9664d152b845a3a497f134f3c Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 14 May 2022 11:22:52 +0200 Subject: [PATCH] updated zsh state --- states/zsh/zprofile.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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