mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
export $FILEMANAGER
This commit is contained in:
parent
52a85089a1
commit
f62bb6d3be
|
@ -16,6 +16,7 @@ export EDITOR="nvim"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export TERMINAL="alacritty"
|
export TERMINAL="alacritty"
|
||||||
export DIFFPROG="nvim -d"
|
export DIFFPROG="nvim -d"
|
||||||
|
export FILEMANAGER="pcmanfm"
|
||||||
|
|
||||||
# XDG Standard paths
|
# XDG Standard paths
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
Loading…
Reference in a new issue