mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: remove ANDROID_HOME, add orion
This commit is contained in:
parent
34691683e3
commit
0169623149
|
|
@ -1,5 +1,4 @@
|
||||||
# PATHS #
|
# PATHS #
|
||||||
set -gx ANDROID_HOME $D/Installs/Android/sdk
|
|
||||||
set fish_user_paths $D/Tools/bin $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin
|
set fish_user_paths $D/Tools/bin $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin
|
||||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,4 +36,4 @@ SETUVAR fish_pager_color_completion:\x1d
|
||||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
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_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR pure_version:2\x2e1\x2e8
|
SETUVAR pure_version:2\x2e4\x2e0
|
||||||
|
|
|
||||||
6
.config/fish/functions/orion.fish
Normal file
6
.config/fish/functions/orion.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Defined in /tmp/fish.tB7Z06/orion.fish @ line 2
|
||||||
|
function orion
|
||||||
|
set -x QT_QUICK_CONTROLS_MATERIAL_BACKGROUND "#222D32"
|
||||||
|
set -x QT_QUICK_CONTROLS_MATERIAL_ACCENT "#84BEEA"
|
||||||
|
command orion
|
||||||
|
end
|
||||||
|
|
@ -279,7 +279,7 @@ settings:
|
||||||
url.auto_search:
|
url.auto_search:
|
||||||
global: naive
|
global: naive
|
||||||
url.default_page:
|
url.default_page:
|
||||||
global: https://mangadex.org/follows
|
global: https://mangadex.cc/follows
|
||||||
url.incdec_segments:
|
url.incdec_segments:
|
||||||
global:
|
global:
|
||||||
- path
|
- path
|
||||||
|
|
@ -292,7 +292,7 @@ settings:
|
||||||
r: https://old.reddit.com/r/{}
|
r: https://old.reddit.com/r/{}
|
||||||
y: https://invidio.us/search?q={}
|
y: https://invidio.us/search?q={}
|
||||||
url.start_pages:
|
url.start_pages:
|
||||||
global: https://mangadex.org/follows
|
global: https://mangadex.cc/follows
|
||||||
url.yank_ignored_parameters:
|
url.yank_ignored_parameters:
|
||||||
global:
|
global:
|
||||||
- ref
|
- ref
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue