Skip to content

Instantly share code, notes, and snippets.

@alper
Last active October 14, 2020 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alper/e6f13a3a25f67295f753a94e8f0abcaa to your computer and use it in GitHub Desktop.
Save alper/e6f13a3a25f67295f753a94e8f0abcaa to your computer and use it in GitHub Desktop.
Fish configuration
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