(Shell)+opam env call for zshrc, +utoprc
utoprc for some nicer colours.
This commit is contained in:
23
Shell/.utoprc
Normal file
23
Shell/.utoprc
Normal file
@@ -0,0 +1,23 @@
|
||||
! -*- conf-xdefaults -*-
|
||||
|
||||
! Copy this file to ~/.utoprc
|
||||
|
||||
! Common resources
|
||||
|
||||
profile: dark
|
||||
identifier.foreground: none
|
||||
module.foreground: x-palegreen
|
||||
comment.foreground: x-chocolate1
|
||||
doc.foreground: x-light-salmon
|
||||
constant.foreground: x-aquamarine
|
||||
keyword.foreground: x-cyan1
|
||||
symbol.foreground: x-cyan1
|
||||
string.foreground: x-light-salmon
|
||||
char.foreground: x-light-salmon
|
||||
quotation.foreground: x-purple
|
||||
error.foreground: red
|
||||
directive.foreground: x-lightsteelblue
|
||||
parenthesis.background: blue
|
||||
|
||||
! uncomment the next line to disable autoload files
|
||||
! autoload: false
|
||||
@@ -132,3 +132,5 @@ export NVM_DIR="$HOME/.nvm"
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="/home/dx/.sdkman"
|
||||
[[ -s "/home/dx/.sdkman/bin/sdkman-init.sh" ]] && source "/home/dx/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
eval $(opam env)
|
||||
|
||||
Reference in New Issue
Block a user