1
0
Fork 0

update `.profile`

urosm 2024-03-01 12:52:12 +01:00
parent 2829e8a26b
commit 71ef2901c3
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ if [ -n "$BASH_VERSION" ]; then
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
if [ -d "$HOME/bin" ]; then
PATH="$HOME/bin:$PATH"
fi
@ -81,7 +81,7 @@ export OPAMROOT=$XDG_DATA_HOME/opam
export EDITOR=vi
# desktop
if [ "$(tty)" = "/dev/tty1" ] && command -v sway &>/dev/null; then
if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then
# locale
export LANG=sl_SI.UTF-8
export LC_MESSAGES=en_US.UTF-8