summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-17 22:42:37 -0400
committerJune McEnroe <june@causal.agency>2018-08-17 22:42:37 -0400
commitdad4d5acb78cb978810937335c96a46f0ab18f74 (patch)
tree5986cb7bc6b72b381c06775c76027b474e929aa6 /home
parentAdd vim mapping to add a #include (diff)
downloadsrc-dad4d5acb78cb978810937335c96a46f0ab18f74.tar.gz
src-dad4d5acb78cb978810937335c96a46f0ab18f74.zip
Add "private" alias to source encrypted file
Why is there no easy way to *edit* an encrypted file?
Diffstat (limited to 'home')
-rw-r--r--home/.kshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/home/.kshrc b/home/.kshrc
index 972bace9..b0b225e9 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -26,6 +26,9 @@ export NETHACKOPTIONS='
 '
 
 alias ll='ls -lh'
+if [[ $(uname) = 'Linux' ]]; then
+	alias ls='ls --color=auto' grep='grep --color' rm='rm -I'
+fi
 alias gs='git status --short --branch' gd='git diff'
 alias gsh='git show' gl='git log --graph --pretty=log'
 alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash'
@@ -34,9 +37,7 @@ alias gc='git commit' gca='gc --amend' gt='git tag'
 alias gp='git push' gu='git pull' gf='git fetch'
 alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip'
 alias rand='openssl rand -base64 33'
-if [[ $(uname) = 'Linux' ]]; then
-	alias ls='ls --color=auto' grep='grep --color' rm='rm -I'
-fi
+alias private='eval "$(gpg -d ~/.private)"'
 
 function colors {
 	typeset sgr0=sgr0 setaf=setaf