mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc: fix MKAYSIGREP
This commit is contained in:
parent
b223de9c7e
commit
b2a78a2407
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
pgprules.xml
|
*.tmp
|
||||||
accountrc
|
|
||||||
hosts
|
|
||||||
|
2
bashrc
2
bashrc
@ -158,7 +158,7 @@ fi
|
|||||||
# Things after this are just examples and should be put to some other file, which is sourced above.
|
# Things after this are just examples and should be put to some other file, which is sourced above.
|
||||||
|
|
||||||
# Sets the default editor. I am vim user, so I want it to be vim. If you don't like terminal based text editors, change "" to gedit (Gnome) or Kate (KDE).
|
# Sets the default editor. I am vim user, so I want it to be vim. If you don't like terminal based text editors, change "" to gedit (Gnome) or Kate (KDE).
|
||||||
export EDITOR=vim
|
#export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT
|
||||||
|
|
||||||
# Sets locale. You can get list of locales with "locale -a" command. This should be something which ends to .utf8
|
# Sets locale. You can get list of locales with "locale -a" command. This should be something which ends to .utf8
|
||||||
#export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
#export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
||||||
|
Loading…
Reference in New Issue
Block a user