Fixes for macOS
This commit is contained in:
@@ -96,6 +96,13 @@ if test -d /usr/local/cuda
|
||||
set PATH $PATH /usr/local/cuda/bin
|
||||
end
|
||||
|
||||
################################################################################
|
||||
# RUST
|
||||
################################################################################
|
||||
|
||||
if test -d $HOME/.cargo/bin
|
||||
set PATH $PATH $HOME/.cargo/bin
|
||||
end
|
||||
|
||||
################################################################################
|
||||
# Colortest
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:969896
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:b294bb
|
||||
@@ -30,3 +30,5 @@ SETUVAR fish_pager_color_completion:normal
|
||||
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_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/usr/local/opt/curl/bin
|
||||
|
||||
Reference in New Issue
Block a user