From f664ecee7565bd3018ab32d7b19bcb93c5e89279 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 08:56:16 +0000 Subject: [PATCH] bsd.zshrc aktualisiert --- bsd.zshrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bsd.zshrc b/bsd.zshrc index 9de38d4..4d98fa7 100644 --- a/bsd.zshrc +++ b/bsd.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() { echo "--- System Update ---" sudo pkg update && sudo pkg upgrade -y } -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