minor adjustments
This commit is contained in:
parent
62af62c258
commit
aef7b67390
6 changed files with 11 additions and 21 deletions
|
|
@ -1,7 +1,5 @@
|
|||
[user]
|
||||
email = ale.navarro.parra@gmail.com
|
||||
user = Alexander Navarro
|
||||
[pull]
|
||||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# Package manager locks
|
||||
*.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# PHP Stuff
|
||||
vendor
|
||||
.php-cs-fixer.cache
|
||||
6
config/git/ignore
Normal file
6
config/git/ignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Git Worktrees
|
||||
.worktrees/*
|
||||
|
||||
# PHP Stuff
|
||||
vendor
|
||||
.php-cs-fixer.cache
|
||||
|
|
@ -23,14 +23,8 @@ alias \
|
|||
# Search and Query Files
|
||||
alias grep="rg --sort path --context 3";
|
||||
|
||||
# Pacman
|
||||
alias \
|
||||
pkgu="paru -Syu --removemake --cleanafter --sudoloop --color always" \
|
||||
pkgi="paru --skipreview --removemake --cleanafter --sudoloop --color always --needed" \
|
||||
pkgr="paru -R" \
|
||||
cleanup='sudo pacman -Rns $(pacman -Qtdq)' \
|
||||
pkglast="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -25 | nl"
|
||||
|
||||
# Quicly update Stuff
|
||||
alias vi-ssh="vi ~/.ssh/config"
|
||||
|
||||
# Query Stuff
|
||||
alias \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue