Created aliases and functions for the bash shell

This commit is contained in:
Alex Tavarez
2025-09-07 10:22:04 -04:00
parent 164b389536
commit 3fa0c8ea5c
2 changed files with 133 additions and 0 deletions

7
bash/aliases.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/bash
alias clone="rsync -pogAXtlHrDx --stats --info=progress2"
alias yubicrypt="gpg -a -r 4B6331BEF3AC0BE7! -r 0224C38EB9F83CEC! -e"
alias codium="flatpak run --user com.vscodium.codium"
alias flatshell="flatpak run --user --command=sh"
# @REMINDER: Add `eval "$(direnv hook bash)"` to end of `~/.bashrc` when install `direnv` package