From 1ea23f4510aa920c41825363e869b97a801f4eb3 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Mon, 8 Sep 2025 22:44:49 +0200 Subject: [PATCH] Fix Bash profile enviroments --- bash/.profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bash/.profile b/bash/.profile index 58b227d..9ce7774 100644 --- a/bash/.profile +++ b/bash/.profile @@ -7,7 +7,7 @@ function appendpath() { } appendpath "$HOME/.local/bin" -appendpath "$HOME/.config/emacs/bin" +appendpath "$HOME/.cargo/bin" unset appendpath # XDG variables @@ -21,6 +21,7 @@ export GTK2_RC_FILES=${XDG_CONFIG_HOME}/gtk-2.0/gtkrc-2.0 # Enable QT apps to have gtk theme export QT_QPA_PLATFORMTHEME=qt5ct +export QT_STYLE_OVERRIDE=kvantum # Make Qt apps honour DPI settings. export QT_AUTO_SCREEN_SCALE_FACTOR=1 @@ -33,9 +34,9 @@ export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help # SSH socket export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh" -export FZF_DEFAULT_COMMAND="fd --hidden --type file --strip-cwd-prefix --exclude .git" -export FZF_CTRL_T_COMMAND="fd --hidden --type file --strip-cwd-prefix --exclude .git" -export FZF_ALT_C_COMMAND="fd --hidden --type directory --strip-cwd-prefix --exclude .git" +export FZF_DEFAULT_COMMAND="fdfind --hidden --type file --strip-cwd-prefix --exclude .git" +export FZF_CTRL_T_COMMAND="fdfind --hidden --type file --strip-cwd-prefix --exclude .git" +export FZF_ALT_C_COMMAND="fdfind --hidden --type directory --strip-cwd-prefix --exclude .git" # Export Catppuccin Mocha theme for FZF export FZF_DEFAULT_OPTS=" \ --height 60% --layout=reverse --border \