mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +00:00
Fish: Clean up PATH
This commit is contained in:
parent
7008fdac5f
commit
55a59677b1
|
@ -1,6 +1,6 @@
|
||||||
# PATHS #
|
# PATHS #
|
||||||
set -gx ANDROID_HOME $D/Installs/Android/sdk
|
set -gx ANDROID_HOME $D/Installs/Android/sdk
|
||||||
set -gx fish_user_paths $D/Tools ~/.local/bin /usr/bin /usr/local/bin /bin /usr/sbin /usr/local/sbin /sbin $PLAN9/bin $ANDROID_HOME/platform-tools
|
set -gx fish_user_paths $D/Tools $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin
|
||||||
|
|
||||||
# PROGRAM SETTINGS #
|
# PROGRAM SETTINGS #
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
|
|
|
@ -115,8 +115,7 @@ settings:
|
||||||
content.headers.referer:
|
content.headers.referer:
|
||||||
global: same-domain
|
global: same-domain
|
||||||
content.headers.user_agent:
|
content.headers.user_agent:
|
||||||
global: '"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
|
global: null
|
||||||
Chrome/69.0.3497.128 Safari/537.36'
|
|
||||||
content.host_blocking.enabled:
|
content.host_blocking.enabled:
|
||||||
global: true
|
global: true
|
||||||
content.plugins:
|
content.plugins:
|
||||||
|
|
Loading…
Reference in a new issue