diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-20 20:53:21 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-20 20:53:21 -0700 |
| commit | b30dc5c54b8d05629746b439f4fe1c277fc427ef (patch) | |
| tree | 01fa06b8c8ed4db6a92e3373ee1b32a237f5de7f /.scripts | |
| parent | 838eeec9acdc320bbab24b69db3041e436cdc996 (diff) | |
| download | eibhear-b30dc5c54b8d05629746b439f4fe1c277fc427ef.tar.gz eibhear-b30dc5c54b8d05629746b439f4fe1c277fc427ef.tar.zst eibhear-b30dc5c54b8d05629746b439f4fe1c277fc427ef.zip | |
shortcuts fix
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/shortcuts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/shortcuts.sh b/.scripts/shortcuts.sh index 0976e5f..c6208fb 100755 --- a/.scripts/shortcuts.sh +++ b/.scripts/shortcuts.sh @@ -1,8 +1,8 @@ #!/bin/bash # Config locations -folders="$HOME/.config/Scripts/folders" -configs="$HOME/.config/Scripts/configs" +folders="$HOME/.scripts/folders" +configs="$HOME/.scripts/configs" # Output locations bash_shortcuts="$HOME/.bash_shortcuts" |
