aliases has been updated

This commit is contained in:
Sameer Rahmani 2020-03-02 10:14:35 +00:00
parent 5a7ba0c288
commit e053658e25
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# -----------------------------------------------------------------------------
# My.Zsh - My personal zsh configuration
# Copyright (C) 2013 Sameer Rahmani <lxsameer@gnu.org>
# Copyright (C) 2013-2020 Sameer Rahmani <lxsameer@gnu.org>
#
# 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"
alias r--="gtk-redshift -m randr:crtc=1"