summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-09-23 13:33:17 -0400
committerJune McEnroe <programble@gmail.com>2013-09-23 13:34:20 -0400
commit2c339706b2842a61a4e06dee2b27e67a422508a8 (patch)
tree530032a9159772db20686b3734994f80f59bc45d
parentRemove pacman stuff (diff)
downloadsrc-2c339706b2842a61a4e06dee2b27e67a422508a8.tar.gz
src-2c339706b2842a61a4e06dee2b27e67a422508a8.zip
Add gst git stash alias
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 8eae3dbf..bd026853 100644
--- a/.zshrc
+++ b/.zshrc
@@ -129,5 +129,6 @@ alias gr='git remote'
 alias grm='git rm'
 alias gs='git status -sb'
 alias gsh='git show'
+alias gst='git stash'
 alias gt='git tag'
 alias gu='git pull'
-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe