From 51c373b3cb889ed5e3e62898911a342875dcf28e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Dec 2024 14:08:13 +0000 Subject: Cannot be bothered to explain - just read the changes if you want --- Shell/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index cd4e261..3c43a67 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -11,11 +11,12 @@ alias md="mkdir" alias ls="ls --color --group-directories-first" alias l="ls -la --color --group-directories-first" alias hlight="grep -i -C10 --color=always" -alias fzf="fd --hidden | fzf --layout=reverse --height=20" +alias fdf="fd --hidden | fzf --layout=reverse --height=20" alias suctl="systemctl --user" alias sedit="emacsclient -a emacs -c" alias cedit="emacsclient -a emacs -nw" alias dedit="emacsclient -a emcas -nw --eval '(dired \".\" )'" +TERM=xterm-256color psearch () { pacman -Ss $@ | less -- cgit v1.2.3-13-gbd6f