Add bash.d. (#7)

This commit was merged in pull request #7.
This commit is contained in:
2026-02-21 15:14:39 +00:00
parent e85e4bb65d
commit 84018dbeec
11 changed files with 133 additions and 97 deletions

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

@@ -0,0 +1,8 @@
# $1: Version; defaults to 6.7.3
# $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 &
}