summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-06 21:20:06 +0200
committerjoe <rbo@gmx.us>2025-10-06 21:20:06 +0200
commitecae39ed52d176ff26e5b39edba923518ddfea3b (patch)
tree1a0198bf24fd77a31d1ad11b172054dbe71e9052 /.profile
parentup (diff)
downloaddotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.gz
dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.bz2
dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.xz
dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.zst
dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.zip
up
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 524be08..6443a5a 100644
--- a/.profile
+++ b/.profile
@@ -22,6 +22,8 @@ export ENV=$HOME/.config/env
. $ENV
# export PATH="$HOME"/.local/bin:"$HOME"/.local/bin/status:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH"
+_gen_fzf_default_opts
+
# Let sh(1) know it's at home, despite /home being a symlink.
if [ "$PWD" != "$HOME" ] && [ "$PWD" -ef "$HOME" ] ; then cd ; fi