commit 1746490c229b0a1166427a2319a37283ce1d5932 from: vincent delft date: Sun Feb 15 15:22:55 2026 UTC move Environment variables to the begining of the file commit - 01292793f49cd261bdd5e48ebcce1afda1b86785 commit + 1746490c229b0a1166427a2319a37283ce1d5932 blob - 9b7233727c4366a22afdeab08a154ecefef0c8fa blob + 2005c8e98513607100ba2a2d16561aa8e44fa702 --- zshrc +++ zshrc @@ -3,6 +3,13 @@ # ------------------------------------------------------------ autoload -U colors && colors +# ------------------------------------------------------------ +# Environment +# ------------------------------------------------------------ +export PATH="$HOME/.local/bin:$HOME/etict/bin:$PATH" +# Because Alacritty has a scale factor of 1.6 +export WINIT_X11_SCALE_FACTOR=1 +export EDITOR=nvim # ------------------------------------------------------------ # differenciate normal user and root @@ -97,16 +104,6 @@ alias v='nvim' alias ssh=ssh_title # ------------------------------------------------------------ -# Environment -# ------------------------------------------------------------ -export PATH="$HOME/.local/bin:$PATH" -# Because Alacritty has a scale factor of 1.6 -export WINIT_X11_SCALE_FACTOR=1 - - - - -# ------------------------------------------------------------ # Functions # ------------------------------------------------------------ rm_nvim_session() {