Explorar el Código

add env var expansion

Casey DeLorme hace 5 años
padre
commit
70cf629ddf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 shopt -s histappend
 shopt -s checkwinsize
+shopt -s direxpand
 
 # add aliases with optimized settings
 alias ls='ls -vhFA --color=auto'