diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 14:08:13 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 14:08:59 +0000 |
commit | 51c373b3cb889ed5e3e62898911a342875dcf28e (patch) | |
tree | c055a3b57c03c877180b228cd345c03dd1a668b9 /Shell | |
parent | c4c7563ea54f137a2ba394cec1b02231de8efb10 (diff) | |
download | dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.gz dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.bz2 dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.zip |
Cannot be bothered to explain - just read the changes if you want
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |