CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
core-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643ee20
)
bash: profile fixed, removed CHARSET and LESSCHARSET
author
Victor Martinez
<pitillo@ono.com>
Tue, 20 Jan 2015 19:54:31 +0000
(20:54 +0100)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 20 Jan 2015 19:57:38 +0000
(20:57 +0100)
bash/profile
patch
|
blob
|
blame
|
history
diff --git
a/bash/profile
b/bash/profile
index 8e3b9fe20278645b7b9b311c2da1ab5f98807500..13795540d295a9c9ad3da3ba0ec643f086baf8da 100644
(file)
--- a/
bash/profile
+++ b/
bash/profile
@@
-12,9
+12,7
@@
if [ ! -f ~/.inputrc ]; then
export INPUTRC="/etc/inputrc"
fi
-export LESSCHARSET="latin1"
export LESS="-R"
-export CHARSET="ISO-8859-1"
export PS1="\[\033[1m\]\\$ \[\033[0m\]"
export PS2="\[\033[1m\]> \[\033[0m\]"