diff options
Diffstat (limited to 'bash/platform.sh')
-rw-r--r-- | bash/platform.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/platform.sh b/bash/platform.sh index 67d8525..8b25e5c 100644 --- a/bash/platform.sh +++ b/bash/platform.sh @@ -10,8 +10,10 @@ isLinux () { isMac && { export MEDIA_PREFIX=/Volumes + export AUTOJUMP_TXT="~/Library/autojump/autojump.txt" } isLinux && { export MEDIA_PREFIX=/run/media/andreh + export AUTOJUMP_TXT="~/.local/share/autojump/autojump.txt" } |