Created
May 28, 2019 04:57
-
-
Save corona6/8b5c18f643e42c2c4686c6a834281b51 to your computer and use it in GitHub Desktop.
.config/fish/config.fish for Chromebook
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
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