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/aliasrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/shell/aliasrc') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 5bf3339..32f1824 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -13,7 +13,6 @@ done; unset command # Verbosity and settings that you pretty much just always are going to want. alias \ cp="cp -iv" \ - echo="echo -n" \ journalctl="journalctl -xe" \ less="less -XER" \ ls="lsn" \ @@ -70,4 +69,4 @@ alias \ gc="git commit" \ gp="git push" \ gr="git rm" \ - gs="git status" \ + gs="git status" -- cgit v1.2.3