alias g=git
This commit is contained in:
parent
f9d69a590a
commit
65f8992ca1
|
@ -14,7 +14,7 @@ nnoremap <C-L> <C-W><C-L>
|
|||
nnoremap <C-H> <C-W><C-H>
|
||||
|
||||
nnoremap <C-E> <C-E><C-E>
|
||||
nnoremap <C-Y> <C-Y><C-Y>
|
||||
nnoremap <C-E> <C-E><C-E>
|
||||
|
||||
nnoremap dK <Esc>kdd
|
||||
nnoremap dJ <Esc>jdd
|
||||
|
|
|
@ -239,6 +239,8 @@ alias systemctl="sudo systemctl"
|
|||
alias python="python3"
|
||||
alias py="python3"
|
||||
|
||||
alias g="git"
|
||||
|
||||
# Use `grubdate` to update grub
|
||||
alias grubdate="sudo update-grub"
|
||||
|
||||
|
|
Loading…
Reference in New Issue