stuff
This commit is contained in:
parent
7b81ba57cd
commit
9a2284b481
1 changed files with 1 additions and 0 deletions
|
@ -15,5 +15,6 @@ alias sc-daemon-reload="sudo systemctl daemon-reload"
|
||||||
|
|
||||||
alias termbin="nc termbin.com 9999"
|
alias termbin="nc termbin.com 9999"
|
||||||
|
|
||||||
|
gitpush () { git add .; git commit -m "$*"; git pull; git push }
|
||||||
dotupdate () { echo -n "Updating Dotfiles... "; git -C $HOME/.config/dotfiles pull &>/dev/null; echo "done" }
|
dotupdate () { echo -n "Updating Dotfiles... "; git -C $HOME/.config/dotfiles pull &>/dev/null; echo "done" }
|
||||||
themeupdate () { curl -fsSL https://starship.rs/install.sh | bash -s -- --force }
|
themeupdate () { curl -fsSL https://starship.rs/install.sh | bash -s -- --force }
|
||||||
|
|
Loading…
Add table
Reference in a new issue