Skip to content

Instantly share code, notes, and snippets.

@anosatsuk124
Created November 24, 2021 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anosatsuk124/afc3acda77083ccd61c19a22b7827ec3 to your computer and use it in GitHub Desktop.
Save anosatsuk124/afc3acda77083ccd61c19a22b7827ec3 to your computer and use it in GitHub Desktop.
shellfishrc for fish shell ( Secure fish shell )

shellfishrc for fish shell ( Secure fish shell )

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