aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:13 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:59 +0000
commit51c373b3cb889ed5e3e62898911a342875dcf28e (patch)
treec055a3b57c03c877180b228cd345c03dd1a668b9 /Shell
parentc4c7563ea54f137a2ba394cec1b02231de8efb10 (diff)
downloaddotfiles-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/.zshrc3
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