0
टर्मिनल को स्टाइल करने के बाद लंबे कमांड के लिए अजीब व्यवहार
निम्नलिखित कथनों को रखने के बाद ~/.bash_profile फ़ाइल: # STYLING THE TERMINAL # References: # - http://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output # - at the end of man page for ls command # enables colorised output CLICOLOR=1 export CLICOLOR # ls export LSCOLORS=ExFxCxDxBxegedabagacad # PROMPT # use \h for the complete host name # …