From 6a60acf2b71004a830fe3c70df6d03fee28d3af7 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:31 +0100 Subject: refactor: modernize aliases and clean up LESS flags - Replace fgrep/egrep aliases with grep -F/grep -E (POSIX deprecated the standalone fgrep/egrep commands) - Rename gdb alias to gdbr (gdb auto-started with args is a convenience shortcut, not a replacement for plain gdb) - Remove LESS -X flag (legacy workaround for old less versions that didn't properly use alternate screen) --- home/.config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.config/zsh/.zprofile') diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile index 7134327..fc1554d 100644 --- a/home/.config/zsh/.zprofile +++ b/home/.config/zsh/.zprofile @@ -35,7 +35,7 @@ export MANPAGER='nvim +Man!' export MANWIDTH=999 # ── less ────────────────────────────────────────────────────────────────────── -export LESS="-F -X --RAW-CONTROL-CHARS" +export LESS="-F --RAW-CONTROL-CHARS" [[ -r /usr/bin/source-highlight-esc.sh ]] && export LESSOPEN="| /usr/bin/source-highlight-esc.sh %s" # ── GPG / SSH ───────────────────────────────────────────────────────────────── -- cgit v1.2.3-70-g09d2