minor updates

This commit is contained in:
David Chen 2021-05-19 16:43:03 +08:00
parent 75dd1dc8b1
commit 9127d00b18
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -45,3 +45,5 @@ ranger/plugins/devicons_linemode.pyo
!/lmk
jesseduffield/lazynpm/state.yml
ranger/__pycache__/commands.cpython-39.opt-1.pyc

View file

@ -1,14 +1,18 @@
#/usr/bin/env bash
cd ~/.config
echo ".config"
git pull
git status
cd ~/.sconfig
echo ".sconfig"
git pull
git status
cd ~/scripts
echo "scripts"
git pull
git status
cd ~/.config/nvim
echo "nvim"
git pull
git status