add cryfs alias

This commit is contained in:
Alexander Popov 2022-08-21 17:54:14 +03:00
parent acb3ed8fd4
commit 94ff63718f
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
export GPG_TTY=$(tty)
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
# PMNG
export PMNG_PWD_FILE="$HOME/Vault/.password.yml"
export PMNG_TIMEOUT=10
@ -14,6 +16,7 @@ alias df='df -h'
alias du='du -h'
alias ..='cd ..'
alias cfs='cryfs $HOME/.cryfs/ $HOME/Vault' # CryFS mount
alias tardir='tar -cJf "../${PWD##*/}.tar.xz"' # tar.xz current dir
alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages (Arch Linux)