13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
source /home/thierry/keepass.env
|
|
|
|
alias batt="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
|
alias iops="fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=fiotest --filename=testfio --bs=4k --iodepth=64 --size=8G --readwrite=randrw --rwmixread=75"
|
|
alias btr="bluetoothctl connect 40:ED:98:1A:40:D0"
|
|
alias btro="bluetoothctl disconnect 40:ED:98:1A:40:D0"
|
|
alias ls="eza --icons=always --colour=always"
|
|
alias kpwd='echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx'
|
|
alias paclean='sudo pacman -R $(pacman -Qtdq)'
|
|
alias vim=nvim
|
|
alias sudo="sudo -EH"
|
|
|