Few more FreeBSD fixes to dotfiles
This commit is contained in:
@ -3,7 +3,10 @@ set -gx PATH ~/.cargo/bin $PATH
|
||||
set -gx PATH ~/.emacs.d/bin $PATH
|
||||
set -gx PATH ~/.fzf/bin $PATH
|
||||
set -gx PATH ~/.local/bin $PATH
|
||||
set -gx PATH ~/.asdf/install/rust/stable/bin $PATH
|
||||
fzf_key_bindings
|
||||
set -gx EDITOR vi
|
||||
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
|
||||
eval (python -m virtualfish)
|
||||
direnv hook fish | source
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ SETUVAR fish_pager_color_completion:\x1d
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_user_paths:/Users/colinpowell/\x2efzf/bin
|
||||
SETUVAR fish_user_paths:/Users/colinpowell/\x2efzf/bin\x1e/home/powellc/\x2efzf/bin
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_color_command_duration:pure_color_warning
|
||||
SETUVAR pure_color_current_directory:pure_color_primary
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
function fish_user_key_bindings
|
||||
end
|
||||
|
||||
fzf_key_bindings
|
||||
|
||||
Reference in New Issue
Block a user