Created
December 30, 2017 10:08
-
-
Save kumamotone/efbf0bdacddec5ce06bedf72fd396b1f to your computer and use it in GitHub Desktop.
$HOME/.config/fish/config.fish
This file contains hidden or 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
# 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