mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-26 23:16:40 +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:
|
||||
global: false
|
||||
content.javascript.enabled:
|
||||
'*://*.google.com/*': true
|
||||
'*://*.discordapp.com/*': true
|
||||
'*://*.duckduckgo.com/*': true
|
||||
'*://*.github.com/*': true
|
||||
'*://*.google.com/*': true
|
||||
'*://*.horriblesubs.info/*': true
|
||||
'*://*.imgur.com/*': true
|
||||
'*://*.kanzenshuu.com/*': true
|
||||
|
@ -147,6 +147,12 @@ settings:
|
|||
global: false
|
||||
content.plugins:
|
||||
global: false
|
||||
content.print_element_backgrounds:
|
||||
global: true
|
||||
content.private_browsing:
|
||||
global: false
|
||||
content.proxy:
|
||||
global: system
|
||||
content.ssl_strict:
|
||||
global: ask
|
||||
content.user_stylesheets:
|
||||
|
|
Loading…
Reference in a new issue