[profile] take FZF_DEFAULT_COMMAND

This commit is contained in:
odrling 2023-11-27 18:30:36 +01:00
parent f1ec4ed978
commit ef05a47a8b
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B
2 changed files with 1 additions and 5 deletions

View file

@ -32,6 +32,7 @@ export PNPM_HOME="/home/odrling/.local/share/pnpm"
export PATH="$HOME/.local/bin:$HOME/.local/odrbin:$PNPM_HOME:$PATH:$HOME/.luarocks/bin:$HOME/.go/bin"
export FZF_DEFAULT_OPTS="-m"
command -v fd > /dev/null && export FZF_DEFAULT_COMMAND="fd"
[ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME/.nix-profile/etc/profile.d/nix.sh"

5
.zshrc
View file

@ -78,11 +78,6 @@ setopt appendhistory notify histexpiredupsfirst histsavenodups \
unsetopt beep
export FZF_DEFAULT_OPTS="-m"
command -v fd > /dev/null && export FZF_DEFAULT_COMMAND="fd"
alias venv="source ~/.venvs/venv/bin/activate"
alias ytdl="yt-dlp"
alias ag="ag --nogroup"