From 310f61f358b3f3ddf03b914878ffff00a996c477 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sat, 24 Jan 2026 17:34:42 +0100 Subject: fix autosuggestions --- .config/shell/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index baecdca..542c6df 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -4,6 +4,7 @@ # ─── 1) Fundamental environment ────────────────────────────────────────────── export PATH="$HOME/.local/bin:$PATH" +[ -f "$ALIASRC" ] && source "$ALIASRC" # ─── 2) Shell behaviour ────────────────────────────────────────────────────── autoload -U colors && colors @@ -96,8 +97,6 @@ zmodload zsh/complist fpath=(/usr/share/zsh/site-functions $fpath) _comp_options+=(globdots) # hidden files -[ -f "$ALIASRC" ] && source "$ALIASRC" - # ─── 8) Keybindings ────────────────────────────────────────────────────────── # Better backspace in vi mode bindkey -v '^?' backward-delete-char -- cgit v1.2.3