diff --git a/alpine.zshrc b/alpine.zshrc index 3fd2b3c..2c1a049 100644 --- a/alpine.zshrc +++ b/alpine.zshrc @@ -59,6 +59,14 @@ setopt autocd setopt auto_param_slash setopt globdots +# --- Environment --- +export EDITOR='nvim' +export VISUAL='nvim' +export TERM='xterm-256color' + +# Entferne das '/' aus der Definition eines Wortes +WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' + # --- Aliases --- alias c='clear' alias x='exit' @@ -82,12 +90,4 @@ update_system() { flatpak update -y && flatpak uninstall --unused -y fi } -alias u='update_system' - -# --- Environment --- -export EDITOR='nvim' -export VISUAL='nvim' -export TERM='xterm-256color' - -# Entferne das '/' aus der Definition eines Wortes -WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' \ No newline at end of file +alias u='update_system' \ No newline at end of file