Fix small config issues
This commit is contained in:
parent
0ce822638d
commit
4759667811
6 changed files with 13 additions and 12 deletions
.config
|
@ -39,7 +39,7 @@ alias ip='ip -c'
|
|||
|
||||
alias j='jump'
|
||||
|
||||
alias keepass-unlock='pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx'
|
||||
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
|
||||
|
||||
alias less='less -FS'
|
||||
alias ls='ls -lFh --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue