update `.profile`
parent
282dbeb2de
commit
cf5486dfda
4
.profile
4
.profile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue