From d119ea2d8d4b7495e334f09352d1711c5a8a515f Mon Sep 17 00:00:00 2001 From: AChavali Date: Fri, 3 Jan 2020 00:57:47 +0000 Subject: +function to do password-store myself --- doom.d/modules/personal.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doom.d/modules') diff --git a/doom.d/modules/personal.org b/doom.d/modules/personal.org index 2726a44..07d4c15 100644 --- a/doom.d/modules/personal.org +++ b/doom.d/modules/personal.org @@ -66,6 +66,12 @@ Allow user to set a theme from a limited set of candidates, based on (dired (expand-file-name "~/School"))) #+END_SRC Going to the school directory, quick access to school work. +* Password store +Function to get a password given a key. +#+BEGIN_SRC elisp +(defun oreodave/password-store/get-password (KEY) + (shell-command-to-string (concat "pass " KEY))) +#+END_SRC * Weather #+BEGIN_SRC elisp (defun oreodave/weather () -- cgit v1.2.3-13-gbd6f