mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add kp alias, improve Neovim keybinds, modify aisearch function
This commit is contained in:
parent
38d5c4a29c
commit
33da7ca122
3 changed files with 32 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ function define_aliases -a uname -d 'Defines aliases for commonly used commands'
|
|||
alias age-d 'age --decrypt --identity ~/.secrets/id_ed25519'
|
||||
alias age-e 'age --armor --recipient (cat ~/.secrets/id_ed25519.pub)'
|
||||
alias age-k 'age --decrypt --identity ~/.secrets/id_ed25519 ~/.secrets/age_keys.age'
|
||||
alias kp 'keepassxc-cli show -k ~/.secrets/mjfs_keepass_key_file ~/.passwords/mjfs.kdbx'
|
||||
alias bb 'bun --bun'
|
||||
alias pn pnpm
|
||||
alias nv 'neovide --fork; and clear'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue