2019年4月17日 星期三
讓MAC下的終端機bash有顏色
用編輯器打開 ~/.profile
加入
export CLICOLOR="true"
export LSCOLORS="gxfxcxdxcxegedabagacad"
export PS1="\[\e[0;31m\]\u@\[\e[m\e[0;34m\]\h\[\e[m \e[0;32m\]\W >\[\e[m\]"
LSCOLORS 的字串設定順序:
directory
symbolic link
socket
pipe
executable
block special
character special
executable with setuid bit set
executable with setgid bit set
directory writable to others, with sticky bit
directory writable to others, without sticky bit
顏色的對應值:
a -> black
b -> red
c -> green
d -> brown
e -> blue
f -> magenta
g -> cyan
h -> light grey
A -> bold black, usually shows up as dark grey
B -> bold red
C -> bold green
D -> bold brown, usually shows up as yellow
E -> bold blue
F -> bold magenta
G -> bold cyan
H -> bold light grey; looks like bright white
x -> default foreground or background
每個檔案型態有兩個值,前景色和背景色。
以LSCOLORS="gxfxcxdxcxegedabagacad" 做說明,前面的 gx 是設定資料夾顯示的顏色為青色(cyan),底色是預設的前景和背景色;fx
是 symbolic link 的設定,顯示的字是洋紅(magenta),底色是預設的前景和背景色,依此類推。
若希望自已修改,又不想一個字一個字輸入,網路上有小工具,直接用 GUI 設定和預覽,設定好想要的顏色之後,就產生設定字串出來啦。
website: http://geoff.greer.fm/lscolors/
訂閱:
張貼留言 (Atom)
Free ERP on the Raspberry Pi (odoo)
#更新系統軟體 sudo apt update && sudo apt upgrade -y #安裝資料庫 sudo apt install postgresql -y #安裝py程序 sudo apt install python3-pip -y #安裝od...
-
markdown 因要讀取電表的資料,所以接觸了SCPI這個語言,這次又要讀取示波器的波形資料,所以乾脆整理了一下使用的命令,方便於日後查詢 SCPI (Standard Command for Programmable Instrumentation)可程式化儀器標準語言,是透...
-
之前使用ESP8266製作Homekit裝置時,都須藉由RPi3當中繼,才能透過手機與Homekit裝置做控制 現在在ESP32上,裝置已經可以獨立運作,不再需要RPi3了 感謝網路上的許多神人們 younghyunjo , maximkulkin 開發ESP32的程...
-
markdown 若使用Respberry Pi 內建的WiFi來連結網路時,作業系統預設是開啟WiFi後,若太久沒有進行傳輸動作,WiFi會進入休眠模式,下面兩種方式可取消WiFi休眠模式 第一種就是直接下指令關閉,但重開機後又會開啟休眠 sudo iwconfig w...
沒有留言:
張貼留言