mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
fix previous commit
I forgot one space.
This commit is contained in:
parent
ca6524346b
commit
9ba086d862
@ -1,6 +1,6 @@
|
||||
export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT
|
||||
|
||||
if [[$UNAME != Darwin ]]; then
|
||||
if [[ $UNAME != Darwin ]]; then
|
||||
export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
||||
else
|
||||
export LC_ALL=fi_FI.UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user