[profile] take FZF_DEFAULT_OPTS from zshrc

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

View file

@ -31,6 +31,8 @@ export PIPX_DEFAULT_PYTHON=/usr/bin/python3.12
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"
[ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME/.nix-profile/etc/profile.d/nix.sh"
if test -z "${XDG_RUNTIME_DIR}"; then

1
.zshrc
View file

@ -92,7 +92,6 @@ alias ffprobe="ffprobe -hide_banner"
alias fd="fd --hidden"
alias ls="ls --color=auto"
alias dns="dig +short"
alias mpvp="mpv_playlists"
alias fm=clifm
alias tb="nc termbin.com 9999"
alias neovide="neovide --nofork"