pkgs/srcpkgs/base-files/files/dot_bashrc

6 lines
115 B
Text

# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'