diff options
Diffstat (limited to '')
-rw-r--r-- | root/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/.profile b/root/.profile index 9779160..590eeee 100644 --- a/root/.profile +++ b/root/.profile @@ -68,8 +68,8 @@ alias egrep='egrep --color=auto' fi [ -f ~/.bash_aliases ] && . ~/.bash_aliases [ -f ~/.private_source ] && . ~/.private_source -. <(locale) +[ -f /etc/bash_completion ] && . /etc/bash_completion for l in `locale` do - export `cut -d= -f1 <<<$l` + export `cut -d= -f1 <<<$l`=sl_SI.utf8 done |