Added aliases

This commit is contained in:
2025-05-18 16:47:05 +02:00
parent 9f71d9120d
commit 7829af72ac
2 changed files with 16 additions and 0 deletions

View File

@@ -156,6 +156,10 @@ alias mount-bigboi-warez='~/.config/mnt/bigboi-warez.sh'
alias vim='nvim'
alias nv='nvim'
alias g='git'
alias y='yadm'
alias edit-bash='vim ~/.bashrc && source ~/.bashrc'
alias edit-requirements='vim ~/.config/requirements/install.sh'
alias edit-vim='cd ~/.config/nvim && vim .'

View File

@@ -5,3 +5,15 @@
helper = store --file ~/.git-credentials
[init]
defaultBranch = main
[alias]
a = add
b = branch
c = commit
cl = clone
co = checkout
cp = cherry-pick
m = merge
p = push --follow-tags
pu = pull
r = reset
s = status