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