Enable interactive comments
This commit is contained in:
parent
2e8f04cbfb
commit
84540f5b82
|
@ -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)"
|
||||||
|
|
Loading…
Reference in a new issue