feat: archive electricity

This commit is contained in:
2022-04-15 14:52:17 +02:00
parent b5aab4aadb
commit bbdb55ffa4
20 changed files with 376 additions and 302 deletions

View File

@@ -10,7 +10,7 @@ _fx(){
case $state in
(action) _arguments '1:profiles:(s i o)' ;;
(*) compadd "$@" $(echo $(ls ~/SYNC) | tr \\n ' ')
(*) compadd "$@" $(echo $(ls ~/Projects) | tr \\n ' ')
esac

View File

@@ -7,4 +7,3 @@ fi
compdef _fx fx;
autoload -U compinit
compinit