refacts bash/profile setup

This commit is contained in:
2026-04-21 11:19:45 +02:00
parent 5bd960d386
commit e57f0d73a7
55 changed files with 3326 additions and 765 deletions
@@ -0,0 +1,14 @@
#!/bin/bash
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
## test quoted command in alias body; complete with function;
##
## . test_quotes_function.sh
## test_quotes_function <tab>
##
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
complete -F _known_hosts '"/tmp/aaa bbb"'
alias test_quotes_function='"/tmp/aaa bbb"'
complete -F _complete_alias test_quotes_function