Add bash.d.
This commit is contained in:
8
.bash.d/.bash_functions
Normal file
8
.bash.d/.bash_functions
Normal 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 &
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user