aboutsummaryrefslogtreecommitdiffstats
path: root/qcd.bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'qcd.bash-completion')
-rw-r--r--qcd.bash-completion4
1 files changed, 0 insertions, 4 deletions
diff --git a/qcd.bash-completion b/qcd.bash-completion
index c42d077..c8dfc56 100644
--- a/qcd.bash-completion
+++ b/qcd.bash-completion
@@ -1,9 +1,5 @@
# Bash completion for the qcd() function
-XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"${HOME}/.config"}
-QCD_CONFIG_DIR=${QCD_CONFIG_DIR:-"${XDG_CONFIG_HOME}/qcd"}
-QCD_DATABASE_FILE=${QCD_DATABASE_FILE:-"${QCD_CONFIG_DIR}/database"}
-
_qcd () {
local cur
local shortcuts=$(awk '{ print $1 }' $QCD_DATABASE_FILE)