Last active
October 14, 2020 13:20
-
-
Save alper/e6f13a3a25f67295f753a94e8f0abcaa to your computer and use it in GitHub Desktop.
Fish configuration
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 -x LC_ALL en_US.UTF-8 | |
set -x LANG en_US.UTF-8 | |
# https://github.com/oh-my-fish/theme-bobthefish | |
set -g theme_date_format "+%d %H:%M" | |
set -g theme_date_timezone Europe/Berlin | |
# Pyenv provided by: https://github.com/oh-my-fish/plugin-pyenv | |
# status --is-interactive; and source (pyenv init -|psub) | |
# fzf provided by: https://github.com/jethrokuan/fzf | |
set -U FZF_DEFAULT_OPTS "--bind 'ctrl-l:execute-silent(qlmanage -p {}),ctrl-r:execute-silent(open -R {}),ctrl-o:execute-silent(open {})+abort,ctrl-y:execute-silent(echo {} | pbcopy)+abort'" | |
# Exa provided by: https://github.com/wawa19933/fish-exa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment