Created aliases and functions for the bash shell
This commit is contained in:
7
bash/aliases.sh
Normal file
7
bash/aliases.sh
Normal 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
|
||||
Reference in New Issue
Block a user