mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-28 12:19:09 +00:00
Add history search and append changes
This commit is contained in:
parent
6ba3228e8e
commit
1fbda2bff2
3 changed files with 22 additions and 1 deletions
|
@ -2,4 +2,5 @@ alias ll='ls -la'
|
|||
alias lt='ls --human-readable --size -1 -S --classify'
|
||||
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
||||
alias code='codium'
|
||||
alias ssh='ensure_ssh_key; ssh'
|
||||
alias ssh='ensure_ssh_key; ssh'
|
||||
alias rgf='rg --files | rg'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue