updated some stuff
This commit is contained in:
parent
0a864149ca
commit
77b7977ac7
6 changed files with 111 additions and 44 deletions
|
@ -17,3 +17,15 @@ alias sc-daemon-reload="sudo systemctl daemon-reload"
|
|||
|
||||
alias duplHostKeys='cat ~/.ssh/known_hosts | egrep -v "mesh.eu|inetbone.net" | cut -d" " -f3 | sort | uniq -d'
|
||||
alias tb="nc termbin.com 9999"
|
||||
|
||||
dotupdate () {
|
||||
pushd ~/.config/dotfiles &>/dev/null
|
||||
echo -n "Updating Dotfiles... "
|
||||
git pull &>/dev/null
|
||||
echo "done"
|
||||
popd &>/dev/null
|
||||
}
|
||||
|
||||
themeupdate () {
|
||||
curl -fsSL https://starship.rs/install.sh | bash
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue