mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Fish: Clean up PATH
This commit is contained in:
parent
7008fdac5f
commit
55a59677b1
|
@ -1,6 +1,6 @@
|
|||
# PATHS #
|
||||
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 #
|
||||
set -gx EDITOR nvim
|
||||
|
|
|
@ -115,8 +115,7 @@ settings:
|
|||
content.headers.referer:
|
||||
global: same-domain
|
||||
content.headers.user_agent:
|
||||
global: '"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||
Chrome/69.0.3497.128 Safari/537.36'
|
||||
global: null
|
||||
content.host_blocking.enabled:
|
||||
global: true
|
||||
content.plugins:
|
||||
|
|
Loading…
Reference in a new issue