From e2582f8649e9e67f02210f659b69523c46003087 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 15 Mar 2026 21:41:58 +0100 Subject: Simplify installation --- runcoms/zlogin | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 runcoms/zlogin (limited to 'runcoms/zlogin') diff --git a/runcoms/zlogin b/runcoms/zlogin deleted file mode 100644 index 60876ac..0000000 --- a/runcoms/zlogin +++ /dev/null @@ -1,18 +0,0 @@ -# Execute code that does not affect the current session in the background. -{ - # Compile the completion dump to increase startup speed. - zcompdump="${ZDOTDIR:-$HOME}/.zcompdump" - if [[ -s "$zcompdump" && (! -s "${zcompdump}.zwc" || "$zcompdump" -nt "${zcompdump}.zwc") ]]; then - zcompile "$zcompdump" - fi -} &! - -# Print a random, hopefully interesting, adage. -if (( $+commands[fortune] )); then - echo -en "\033[30m" - if [[ -t 0 || -t 1 ]]; then - fortune -s - print - fi - echo -en "\033[m" -fi -- cgit