updated stuff
This commit is contained in:
parent
a7ce3c6270
commit
864d3ef4f4
3 changed files with 19 additions and 16 deletions
|
@ -12,15 +12,3 @@ alias ff='find . -type f -name'
|
|||
alias rm='rm -i'
|
||||
alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
|
||||
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
Add a link
Reference in a new issue