瀏覽代碼

add env var expansion

Casey DeLorme 5 年之前
父節點
當前提交
70cf629ddf
共有 1 個文件被更改,包括 1 次插入0 次删除
  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'