Last active
November 25, 2023 23:34
-
-
Save fumin/1922709b6e0cf0ba15bf5633e57fd631 to your computer and use it in GitHub Desktop.
bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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