Skip to content

Instantly share code, notes, and snippets.

@fumin
Last active November 25, 2023 23:34
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 PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
export PATH=/usr/local/ffmpeg-6.1-amd64-static:$PATH
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
export PATH=$PATH:$HOME/Android/Sdk/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment