From 15a925eb337473dd7a527f2871a42f9293eff5c2 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 08:57:55 +0000 Subject: [PATCH] alpine.zshrc aktualisiert --- alpine.zshrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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