Add QT theme config and .local/bin to $PATH
This commit is contained in:
parent
ce7040801c
commit
df9ac0ae46
@ -12,7 +12,7 @@ set -x XKB_DEFAULT_LAYOUT eu,de
|
|||||||
set -x PASSWORD_STORE_DIR "$HOME/.passwords"
|
set -x PASSWORD_STORE_DIR "$HOME/.passwords"
|
||||||
|
|
||||||
# Path: ~/.bin for user scripts
|
# Path: ~/.bin for user scripts
|
||||||
[ -L ~/.bin ] && set -gx PATH ~/.bin $PATH
|
[ -L ~/.bin ] && set -gx PATH ~/.bin ~/.local/bin $PATH
|
||||||
for d in ~/.bin/*/; set -gx PATH $d $PATH; end
|
for d in ~/.bin/*/; set -gx PATH $d $PATH; end
|
||||||
|
|
||||||
# man command with color
|
# man command with color
|
||||||
@ -25,6 +25,10 @@ set -x LESS_TERMCAP_ue (printf "\e[0m")
|
|||||||
set -x LESS_TERMCAP_us (printf "\e[1;32m")
|
set -x LESS_TERMCAP_us (printf "\e[1;32m")
|
||||||
set -x PAGER "less"
|
set -x PAGER "less"
|
||||||
|
|
||||||
|
# QT theme engines
|
||||||
|
#set -x QT_STYLE_OVERRIDE kvantum
|
||||||
|
set -x QT_QPA_PLATFORMTHEME qt5ct
|
||||||
|
|
||||||
# Set XDG Base Directories
|
# Set XDG Base Directories
|
||||||
set -x XDG_CONFIG_HOME "$HOME/.config"
|
set -x XDG_CONFIG_HOME "$HOME/.config"
|
||||||
set -x XDG_CACHE_HOME "$HOME/.cache"
|
set -x XDG_CACHE_HOME "$HOME/.cache"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user