Casey DeLorme 5 лет назад
Родитель
Сommit
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'