dotfiles with stow
This commit is contained in:
5
config/.scripts/remove-project
Executable file
5
config/.scripts/remove-project
Executable file
@@ -0,0 +1,5 @@
|
||||
proj="$(cat -n ~/.scripts/store/projects | fzf | cut -f 1 | tr -d ' ')"
|
||||
if [ -z "$proj" ]; then
|
||||
exit
|
||||
fi
|
||||
sed -i "$proj"d ~/.scripts/store/projects
|
||||
Reference in New Issue
Block a user