mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
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:
parent
005b211464
commit
4e7972ced1
3 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue