diff options
| author | Lucas Budde Mior <lucas.mior@tutamail.com> | 2020-06-01 00:51:12 +0000 |
|---|---|---|
| committer | Lucas Budde Mior <lucas.mior@tutamail.com> | 2020-06-01 00:51:12 +0000 |
| commit | 49084aa9f02b5790905fbfc84d2c8ca568ed9141 (patch) | |
| tree | 04f65e9d592b4d6028b74c13aa170003582e92f9 /.local/bin/shortcuts | |
| parent | e7a91dd8838f58601e9be38530bc9f43ac516961 (diff) | |
| download | eibhear-49084aa9f02b5790905fbfc84d2c8ca568ed9141.tar.gz eibhear-49084aa9f02b5790905fbfc84d2c8ca568ed9141.tar.zst eibhear-49084aa9f02b5790905fbfc84d2c8ca568ed9141.zip | |
Comment on shortcuts properly commented
Diffstat (limited to '.local/bin/shortcuts')
| -rwxr-xr-x | .local/bin/shortcuts | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
