Gonzalo Nemmi :runbsd: on Nostr: Justine Smithies Straight from my .cshrc (tcsh) # Colors! set red="%{\033[1;31m%}" ...
Justine Smithies (nprofile…t4qe)
Straight from my .cshrc (tcsh)
# Colors!
set red="%{\033[1;31m%}"
set green="%{\033[1;32m%}"
set yellow="%{\033[1;33m%}"
set blue="%{\033[1;34m%}"
set magenta="%{\033[1;35m%}"
set cyan="%{\033[1;36m%}"
set white="%{\033[1;37m%}"
set end="%{\033[0m%}" # This is needed at the end... :(
set prompt = "${green}[${magenta}%N${green}@${magenta}%m${yellow} %c${green}]${green}%#${end} "
# Clean up after ourselves...
unset red green yellow blue magenta cyan yellow white end
Straight from my .cshrc (tcsh)
# Colors!
set red="%{\033[1;31m%}"
set green="%{\033[1;32m%}"
set yellow="%{\033[1;33m%}"
set blue="%{\033[1;34m%}"
set magenta="%{\033[1;35m%}"
set cyan="%{\033[1;36m%}"
set white="%{\033[1;37m%}"
set end="%{\033[0m%}" # This is needed at the end... :(
set prompt = "${green}[${magenta}%N${green}@${magenta}%m${yellow} %c${green}]${green}%#${end} "
# Clean up after ourselves...
unset red green yellow blue magenta cyan yellow white end