updated stuff
This commit is contained in:
parent
260cfefb21
commit
a7ce3c6270
1 changed files with 11 additions and 1 deletions
|
@ -13,4 +13,14 @@ alias rm='rm -i'
|
||||||
alias cp='cp -i'
|
alias cp='cp -i'
|
||||||
alias mv='mv -i'
|
alias mv='mv -i'
|
||||||
|
|
||||||
#zstyle -e ':completion:*:(ssh|scp|sftp|rsh|rsync):hosts' hosts 'reply=(${=${${(f)"$(cat {/etc/ssh_,~/.ssh/known_}hosts(|2)(N) /dev/null)"}%%[# ]*}//,/ })'
|
dotupdate () {
|
||||||
|
pushd ~/.config/dotfiles &>/dev/null
|
||||||
|
echo "Updating Dotfiles"
|
||||||
|
git pull
|
||||||
|
popd &>/dev/null
|
||||||
|
|
||||||
|
pushd ~/.config/p10k &>/dev/null
|
||||||
|
echo "Updating P10K"
|
||||||
|
git pull
|
||||||
|
popd &>/dev/null
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue