소스 검색

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'