diff --git a/bash/aliases.bash b/bash/aliases.bash index 891c94a..f5aee30 100644 --- a/bash/aliases.bash +++ b/bash/aliases.bash @@ -16,6 +16,7 @@ taredit() { xsource() { local version=$1 source /opt/Xilinx/SDK/$version/settings64.sh + _prefix add "${txtred}($version)${txtrst}" } test -d /opt/Xilinx/SDK/ && complete -W $(ls /opt/Xilinx/SDK/) xsource