all repos — dotfiles @ ca626894ecd234fe4a759ac8ffbe05becbed1c00

my *nix dotfiles

config/fish/config.fish (view raw)

 1set fish_greeting
 2
 3set -gx PATH ~/bin ~/.local/bin ~/leet/Nim/bin ~/.nimble/bin \
 4/usr/local/bin /usr/bin /bin /sbin /usr/sbin /usr/X11R6/bin \
 5~/go/bin
 6
 7set -gx EDITOR nvim
 8set -gx BROWSER firefox
 9set -gx PW_KEY x@icyphox.sh
10set -U Z_CMD "n"
11
12# source ~/.config/fish/functions/marks.fish
13
14function fish_user_key_bindings
15    bind \cr '__fzy_history (commandline -b)'
16end
17
18# The next line updates PATH for the Google Cloud SDK.
19if [ -f '/Users/icy/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/Users/icy/Downloads/google-cloud-sdk/path.fish.inc'; end