Browse Source

add env var expansion

Casey DeLorme 5 years ago
parent
commit
70cf629ddf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/etc/skel/.bashrc

+ 1 - 0
install/etc/skel/.bashrc

@@ -8,6 +8,7 @@ export HISTFILE=~/.bash_history
 export HISTCONTROL=ignoreboth:erasedups
 export HISTCONTROL=ignoreboth:erasedups
 shopt -s histappend
 shopt -s histappend
 shopt -s checkwinsize
 shopt -s checkwinsize
+shopt -s direxpand
 
 
 # add aliases with optimized settings
 # add aliases with optimized settings
 alias ls='ls -vhFA --color=auto'
 alias ls='ls -vhFA --color=auto'