mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-24 22:26:43 +00:00
Fish: Private browing function
This commit is contained in:
parent
b80c52cb6f
commit
b176d4950d
4
.config/fish/functions/private.fish
Normal file
4
.config/fish/functions/private.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.TQ0N1c/private.fish @ line 1
|
||||||
|
function private
|
||||||
|
surf -c /dev/null $argv
|
||||||
|
end
|
Loading…
Reference in a new issue