Improve configs
fixes, replace exa with eza, update home-manager version
This commit is contained in:
parent
de0663730c
commit
ccb5e6660e
13 changed files with 80 additions and 89 deletions
.config
|
@ -45,7 +45,7 @@ export TIME_STYLE="long-iso"
|
|||
export VIMINIT="if has('nvim') | source $XDG_CONFIG_HOME/nvim/init.lua | else | source $XDG_CONFIG_HOME/vim/vimrc | endif"
|
||||
|
||||
|
||||
for profile in "$HOME/.config/environment.d/"*; do
|
||||
for profile in "$XDG_CONFIG_HOME/environment.d/"*; do
|
||||
# shellcheck disable=1090
|
||||
test -r "$profile" && . "$profile"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue