From 49084aa9f02b5790905fbfc84d2c8ca568ed9141 Mon Sep 17 00:00:00 2001 From: Lucas Budde Mior Date: Mon, 1 Jun 2020 00:51:12 +0000 Subject: [PATCH] Comment on shortcuts properly commented --- .local/bin/shortcuts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts index c0b7d07..cc52d7a 100755 --- a/.local/bin/shortcuts +++ b/.local/bin/shortcuts @@ -1,6 +1,6 @@ #!/usr/bin/env bash -Output locations. Unactivated progs should go to /dev/null. +# Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc" zsh_named_dirs="${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" ranger_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/ranger/shortcuts.conf"