lazy git state

This commit is contained in:
2023-01-05 16:30:32 +01:00
parent 03ce5748b1
commit ceb4c7ece2
4 changed files with 11 additions and 25 deletions

View File

@ -15,9 +15,7 @@ function conf(){
cd $1
fi
if [[ -f "init.lua" ]]; then
nvim init.lua
elif [[ -f ".zshrc" ]]; then
if [[ -f ".zshrc" ]]; then
nvim .zshrc
source ~/.zshrc
elif [[ -f "config" ]]; then