Skip to content

Instantly share code, notes, and snippets.

@kumamotone
Created December 30, 2017 10:08
Show Gist options
  • Save kumamotone/efbf0bdacddec5ce06bedf72fd396b1f to your computer and use it in GitHub Desktop.
Save kumamotone/efbf0bdacddec5ce06bedf72fd396b1f to your computer and use it in GitHub Desktop.
$HOME/.config/fish/config.fish
# peco
function fish_user_key_bindings
bind \cr peco_select_history
end
# set -x EDITOR 'atom'
# Mac は LS_COLORS, Ubuntu等は LSCOLORS
export LS_COLORS='di=36:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30'
export LSCOLORS=gxfxcxdxbxegedabagacad
rbenv init - --no-rehash | source
. (pyenv init - --no-rehash | psub)
set HISTSIZE 1000000
set SAVEHIST 1000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment