Add FZF and ALE keymappings to vimrc; change yabai window_topmost to on;

add rbenv ruby 2.7.0 bin to PATH
This commit is contained in:
mitchell 2020-01-21 19:51:32 -05:00
parent 005b211464
commit 4e7972ced1
3 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,8 @@ set -gx PATH $PATH $GOBIN \
$HOME/.pub-cache/bin \
$HOME/Documents/scripts \
$HOME/Documents/flutter/bin \
$HOME/.cargo/bin
$HOME/.cargo/bin \
$HOME/.rbenv/versions/2.7.0/bin
set -g fish_escape_delay_ms 10