Skip to content

Commit

Permalink
Update commands.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye authored Jan 31, 2025
1 parent 95a13f5 commit 90c698e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ alias files='yazi'
alias f='spf .'
alias vcs="ssh vcs"
alias t="task"
alias backup='mise run backup'
alias backup_enc='mise run backup_enc'

# git
alias gs="git status"
Expand Down Expand Up @@ -126,8 +128,8 @@ function dec() {
openssl enc -d -aes-256-cbc -salt -pbkdf2 -in $1 -out $out $2
}

bindkey -s '^p' ' run find_file\n'
bindkey -s '^x' ' run find_project\n'
bindkey -s '^l' ' run docker_attach\n'
bindkey -s '^f' ' run find_string\n'
bindkey -s '^g' ' run git_graph\n'
bindkey -s '^p' 'run find_file'
bindkey -s '^x' 'run find_project'
bindkey -s '^l' 'da'
bindkey -s '^f' 'ff'
bindkey -s '^g' 'graph'

0 comments on commit 90c698e

Please sign in to comment.