update
This commit is contained in:
parent
d0b88fbd2d
commit
580bf7c13b
7 changed files with 39 additions and 16 deletions
13
zsh/fn.zsh
13
zsh/fn.zsh
|
@ -1,8 +1,17 @@
|
|||
alias zshconfig="micro ~/.zshrc"
|
||||
alias zshrefresh="source ~/.zshrc"
|
||||
|
||||
# rename <OLD> <NEW>
|
||||
# rename files with replace pattern
|
||||
function rename() {
|
||||
rnr -f --no-dump "$1" "$2" ./*
|
||||
rnr -f --no-dump "$1" "$2" ./*
|
||||
}
|
||||
|
||||
alias cat="bat -p"
|
||||
alias gfold="gfold -d classic"
|
||||
alias gfold="gfold -d classic"
|
||||
|
||||
function hs() {
|
||||
$(cat ~/.zsh_history|sk)
|
||||
}
|
||||
|
||||
alias notes="codium ~/Notes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue