Add vim-fzf alias

This commit is contained in:
Tobias Reisinger 2025-11-26 00:56:11 +01:00
parent 94d9a1de9c
commit 80149779f1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 11 additions and 0 deletions

View file

@ -42,6 +42,8 @@ export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
export EDITOR="$(which vim)"
export FZF_DEFAULT_OPTS_FILE="$XDG_CONFIG_HOME/fzfrc"
export HOSTNAME="$(cat /proc/sys/kernel/hostname)"
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"