Add post install/update functionality.
This commit is contained in:
parent
da19c0a6c9
commit
c9d2cf6c80
5 changed files with 25 additions and 4 deletions
|
@ -65,6 +65,9 @@ if [[ -f ~/.note ]]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
# cleaning
|
||||
rm -rf ~/.warprc
|
||||
|
||||
# local settings
|
||||
if [[ -f ~/.local/config/zsh ]]; then
|
||||
source ~/.local/config/zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue