Skip to content

Instantly share code, notes, and snippets.

@corona6
Created May 28, 2019 04:57
Show Gist options
  • Save corona6/8b5c18f643e42c2c4686c6a834281b51 to your computer and use it in GitHub Desktop.
Save corona6/8b5c18f643e42c2c4686c6a834281b51 to your computer and use it in GitHub Desktop.
.config/fish/config.fish for Chromebook
set PATH $PATH /home/linuxbrew/.linuxbrew/bin
test $TERM != "screen"; and exec tmux
source ~/.asdf/asdf.fish
alias pbcopy='xclip -selection c'
alias pbpaste='xclip -selection c -o'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment