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"