Created
November 24, 2021 14:21
-
-
Save anosatsuk124/afc3acda77083ccd61c19a22b7827ec3 to your computer and use it in GitHub Desktop.
shellfishrc for fish shell ( Secure fish shell )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function sharesheet | |
bash -i -c "sharesheet $argv" | |
end | |
function openUrl | |
bash -i -c "openUrl $argv" | |
end | |
function quicklook | |
bash -i -c "quicklook $argv" | |
end | |
function runShotcut | |
bash -i -c "runShotcut $argv" | |
end | |
function notify | |
bash -i -c "notify $argv" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment