mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-27 14:45:50 +00:00
Fish: update function
This commit is contained in:
parent
594ed12162
commit
3191b690d2
8
.config/fish/functions/up.fish
Normal file
8
.config/fish/functions/up.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Defined in /tmp/fish.qPw09H/up.fish @ line 2
|
||||||
|
function up
|
||||||
|
if tty | grep 'not a tty'
|
||||||
|
st -e sudo eopkg up --y
|
||||||
|
else
|
||||||
|
se up --y
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
@ -129,10 +129,10 @@ settings:
|
||||||
content.javascript.can_open_tabs_automatically:
|
content.javascript.can_open_tabs_automatically:
|
||||||
global: false
|
global: false
|
||||||
content.javascript.enabled:
|
content.javascript.enabled:
|
||||||
'*://*.google.com/*': true
|
|
||||||
'*://*.discordapp.com/*': true
|
'*://*.discordapp.com/*': true
|
||||||
'*://*.duckduckgo.com/*': true
|
'*://*.duckduckgo.com/*': true
|
||||||
'*://*.github.com/*': true
|
'*://*.github.com/*': true
|
||||||
|
'*://*.google.com/*': true
|
||||||
'*://*.horriblesubs.info/*': true
|
'*://*.horriblesubs.info/*': true
|
||||||
'*://*.imgur.com/*': true
|
'*://*.imgur.com/*': true
|
||||||
'*://*.kanzenshuu.com/*': true
|
'*://*.kanzenshuu.com/*': true
|
||||||
|
|
@ -147,6 +147,12 @@ settings:
|
||||||
global: false
|
global: false
|
||||||
content.plugins:
|
content.plugins:
|
||||||
global: false
|
global: false
|
||||||
|
content.print_element_backgrounds:
|
||||||
|
global: true
|
||||||
|
content.private_browsing:
|
||||||
|
global: false
|
||||||
|
content.proxy:
|
||||||
|
global: system
|
||||||
content.ssl_strict:
|
content.ssl_strict:
|
||||||
global: ask
|
global: ask
|
||||||
content.user_stylesheets:
|
content.user_stylesheets:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue