- Rx3 Profile:
- Add global & opt dir in global vars,
- Add XDG_DATA_DIRS, HISTSIZE, HISTFILESIZE & _JAVA_OPTIONS variables,
- Base library:
- Add DUMP flag to cmd_exec() & sh_exec(),
- Add "-o errexit -o pipefail -o nounset -O extglob" for bash call in sh_exec(),
- Prefix program name in cmd_exec() & sh_exec() verbose log,
- ISL:
- Add RX3_LIB_DIR env variable support,
- Fix variable quoting bug,
- URPMI-Setup:
- Add Dump option by using the new DUMP flag,
- Add RX3_LIB_DIR env variable support,
- Fix a bug in media naming loop.
This commit is contained in:
@@ -27,9 +27,18 @@
|
||||
# Global Variable
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
export PAGER=less
|
||||
export MANPAGER="less -isr"
|
||||
export EDITOR=emacs
|
||||
export MANPATH=$MANPATH:/usr/local/share/man:/usr/global/share/man:/opt/share/man
|
||||
export CLASSPATH=$CLASSPATH:/usr/local/lib/java:/usr/global/lib/java:/usr/global/lib/java
|
||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share:/usr/local/share:/usr/global/share:/opt/share
|
||||
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=5000
|
||||
|
||||
export PAGER=less
|
||||
export MANPAGER="less -isr"
|
||||
export EDITOR=emacs
|
||||
#export GIT_ASKPASS='/usr/bin/ksshaskpass'
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp'
|
||||
|
||||
|
||||
|
||||
@@ -100,3 +109,4 @@ export -f file_enable
|
||||
|
||||
alias ll="ls -la"
|
||||
alias em="emacs"
|
||||
alias xw="startx"
|
||||
|
||||
Reference in New Issue
Block a user