Enable interactive comments

This commit is contained in:
Erin 2023-01-18 15:02:47 -05:00
parent 2e8f04cbfb
commit 84540f5b82

View file

@ -1,3 +1,6 @@
# Enable comments at the command line (idk where else to put this)
setopt interactivecomments
# Aliases for color support # Aliases for color support
if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"