about summary refs log tree commit diff
path: root/configs/shared/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.profile')
-rw-r--r--configs/shared/.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/shared/.profile b/configs/shared/.profile
index b442aea27936..63da222d024c 100644
--- a/configs/shared/.profile
+++ b/configs/shared/.profile
@@ -29,10 +29,6 @@ export ALTERNATE_EDITOR=nvim
 # Rust integration. Keep here so programs like Emacs can read this value.
 export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
 
-# Application configuration
-export FZF_DEFAULT_COMMAND='fd --hidden --follow --exclude ".git"'
-export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
-
 # This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale
 # issues.
 # See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398