mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix terminal env var typo
This commit is contained in:
parent
a4e08bc977
commit
1fadd7f1b2
|
@ -12,7 +12,7 @@
|
||||||
# Default programs
|
# Default programs
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export TERMINAL="Alacrity"
|
export TERMINAL="Alacritty"
|
||||||
|
|
||||||
# XDG Standard paths
|
# XDG Standard paths
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
Loading…
Reference in a new issue