refacts bash/profile setup

This commit is contained in:
2026-04-21 11:19:45 +02:00
parent 5bd960d386
commit f150ed2750
52 changed files with 3446 additions and 724 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
## test escaped command in alias body; complete with option;
##
## . test_escape_option.sh
## test_escape_option <tab>
##
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
complete -u '/tmp/aaa\ \ \ bbb'
alias test_escape_option='/tmp/aaa\ \ \ bbb'
complete -F _complete_alias test_escape_option