Skip to content

Instantly share code, notes, and snippets.

@fumin
Last active October 15, 2025 04:23
Show Gist options
  • Save fumin/1922709b6e0cf0ba15bf5633e57fd631 to your computer and use it in GitHub Desktop.
Save fumin/1922709b6e0cf0ba15bf5633e57fd631 to your computer and use it in GitHub Desktop.
bashrc
export LC_ALL=C.UTF-8
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
open() {
nautilus $1 &
}
# Fix no sound.
# https://bugs.launchpad.net/ubuntu/+source/linux-oem-osp1/+bug/1864061/
# /etc/modprobe.d/alsa-base.conf
# options snd-hda-intel dmic_detect=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment