feat: some shit

This commit is contained in:
2023-02-07 17:50:26 +01:00
parent a13300d1b5
commit 265e4df8f3
29 changed files with 440 additions and 951 deletions

View File

@ -10,7 +10,7 @@ _fx(){
case $state in
(action) _arguments '1:profiles:(s i o)' ;;
(*) compadd "$@" $(echo $(ls ~/Projects) | tr \\n ' ')
(*) compadd "$@" $(echo $(find ~/Projects -type d -maxdepth 2 | sed 's/\/home\/max\/Projects\///g') | tr \\n ' ')
esac