Add bash.d.

This commit is contained in:
2026-02-21 07:58:17 -05:00
parent 288dc28e07
commit dabfa780df
6 changed files with 65 additions and 58 deletions

8
.bash.d/.bash_functions Normal file
View File

@@ -0,0 +1,8 @@
# $1: Version
# $2: Path to Qt; defaults to $HOME/Qt
function assistant {
local version=${1:-6\.7\.3}
local path=${2:-$HOME/Qt}
nohup ${path%/}/$version/gcc_64/bin/assistant > /dev/null 2>&1 &
}