mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-31 17:27:21 +00:00
Fish: remove ANDROID_HOME, add orion
This commit is contained in:
parent
34691683e3
commit
0169623149
|
@ -1,5 +1,4 @@
|
|||
# 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_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_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
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:
|
||||
global: naive
|
||||
url.default_page:
|
||||
global: https://mangadex.org/follows
|
||||
global: https://mangadex.cc/follows
|
||||
url.incdec_segments:
|
||||
global:
|
||||
- path
|
||||
|
@ -292,7 +292,7 @@ settings:
|
|||
r: https://old.reddit.com/r/{}
|
||||
y: https://invidio.us/search?q={}
|
||||
url.start_pages:
|
||||
global: https://mangadex.org/follows
|
||||
global: https://mangadex.cc/follows
|
||||
url.yank_ignored_parameters:
|
||||
global:
|
||||
- ref
|
||||
|
|
Loading…
Reference in a new issue