refactor
This commit is contained in:
parent
828bb9cf84
commit
4488e05a86
12 changed files with 57 additions and 18 deletions
8
zsh/fn.zsh
Normal file
8
zsh/fn.zsh
Normal file
|
@ -0,0 +1,8 @@
|
|||
# rename <OLD> <NEW>
|
||||
# rename files with replace pattern
|
||||
function rename() {
|
||||
rnr -f --no-dump "$1" "$2" ./*
|
||||
}
|
||||
|
||||
alias cat="bat -p"
|
||||
alias gfold="gfold -d classic"
|
Loading…
Add table
Add a link
Reference in a new issue