Skip to content

Instantly share code, notes, and snippets.

@tanyuan
tanyuan / fcitx-chewing.png
Last active February 26, 2023 14:20
Ubuntu: fcitx + chewing 新酷音輸入法
fcitx-chewing.png
@edokeh
edokeh / index.js
Last active May 31, 2024 06:45
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@float-tw
float-tw / bashrc
Created August 19, 2012 07:51
bashrc note
# two line prompt (show git branch)
PS1='\n\[\033[01;30m\]┌[\[\033[00m\]'
PS1+='${debian_chroot:+($debian_chroot)}'
PS1+='\[\033[01;32m\]\u\[\033[00m\]@\h'
PS1+='\[\033[01;30m\]]\[\033[00m\]:'
PS1+='\[\033[01;33m\]\w\[\033[00m\]'
PS1+='\[\033[01;34m\]$(__git_ps1)\[\033[00m\]'
PS1+='\n\[\033[01;30m\]└─\[\033[00m\]\$ '
# For colourful man pages (CLUG-Wiki style)