feat(Shell): Add Alias
Add alias for the git commit script
This commit is contained in:
parent
a3e153ae87
commit
f8ba8baac3
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ alias git-set-private="git config user.name nikurasu && git config user.email pu
|
||||||
# hugo
|
# hugo
|
||||||
# alias hugo='podman run --rm -v $(pwd):/src:z -w /src -p 42020:42020 klakegg/hugo:ext-debian'
|
# 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 boop="/usr/bin/env touch"
|
||||||
alias eep="/usr/bin/env sleep"
|
alias eep="/usr/bin/env sleep"
|
||||||
alias meow="/usr/bin/env echo"
|
alias meow="/usr/bin/env echo"
|
||||||
|
|
Loading…
Reference in a new issue