set highlighting on set highlighting keyword foreground blue set highlighting identifier foreground magenta set highlighting string foreground green set highlighting number foreground cyan set highlighting comment foreground yellow
set statusbar add timing set statusbar on set editor emacs
set serveroutput on
然後設定環境變數 SQLPATH 指向 sqlcl 安裝位置
1 2 3
vim ~/.bashrc export SQLPATH=${HOME}/sqlcl/bin source ~/.bashrc