feat(Shell): Add Alias

Add alias for the git commit script
This commit is contained in:
nikurasu 2024-01-04 22:41:21 +01:00
parent a3e153ae87
commit f8ba8baac3
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -16,6 +16,8 @@ alias git-set-private="git config user.name nikurasu && git config user.email pu
# hugo
# alias hugo='podman run --rm -v $(pwd):/src:z -w /src -p 42020:42020 klakegg/hugo:ext-debian'
alias gcommit="$HOME/Documents/coding/dotfiles/shell/scripts/gitCommit.sh"
alias boop="/usr/bin/env touch"
alias eep="/usr/bin/env sleep"
alias meow="/usr/bin/env echo"