Explorar o código

add env var expansion

Casey DeLorme %!s(int64=5) %!d(string=hai) anos
pai
achega
70cf629ddf
Modificáronse 1 ficheiros con 1 adicións e 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'