Files
pupcmd/nvim/u-config
2025-03-25 17:02:02 +01:00

6 lines
66 B
Bash

#!/bin/bash
last_dir=$PWD
cd ~/.config/nvim
git pull
cd $last_dir