mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 19:11:58 +02:00
Remove PAGER and alias nix search
This commit is contained in:
+4
-4
@@ -125,12 +125,12 @@ if hash fd 2>/dev/null; then
|
|||||||
alias fdfind='fd'
|
alias fdfind='fd'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v most > /dev/null 2>&1; then
|
|
||||||
export PAGER="most"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if hash nix-env 2>/dev/null; then
|
if hash nix-env 2>/dev/null; then
|
||||||
alias nix-update='nix-channel --update && nix-env -u'
|
alias nix-update='nix-channel --update && nix-env -u'
|
||||||
|
|
||||||
|
nix-search() {
|
||||||
|
nix-env -qa --description ".*$1.*"
|
||||||
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias cdd='cd {{ .deploydir }}'
|
alias cdd='cd {{ .deploydir }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user