From e053658e252f9f2cf6ce69cac0f3d52150a76be6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 2 Mar 2020 10:14:35 +0000 Subject: [PATCH] aliases has been updated --- aliases | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aliases b/aliases index 1f5e18f..b83ce37 100644 --- a/aliases +++ b/aliases @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # My.Zsh - My personal zsh configuration -# Copyright (C) 2013 Sameer Rahmani +# Copyright (C) 2013-2020 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,6 +39,8 @@ alias push="git_push" alias pull="git_pull" alias pu="git_push" alias pl="git_pull" +alias gr="git restore --staged" + alias kff="kernel_find_file" @@ -94,11 +96,11 @@ alias yr="yarn run" alias l="lein" alias copy="xclip -sel clip <" -alias x="~/.xinitrc" +alias x=". ~/.xinitrc" alias reload="source ~/.zshrc" alias t="terraform" alias tmux="tmux -u" -alias r--="gtk-redshift -m randr:crtc=1" \ No newline at end of file +alias r--="gtk-redshift -m randr:crtc=1"