Initial commit
This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
This commit is contained in:
3
config/fish/functions/curln.fish
Normal file
3
config/fish/functions/curln.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function curln
|
||||
gpg --batch -q -d ~/.netrc.gpg | curl --netrc-file /dev/stdin $argv
|
||||
end
|
||||
Reference in New Issue
Block a user