diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-26 05:49:26 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-26 05:49:26 -0700 |
commit | cb9e5754069d970f1bcb223ebb1c0b638830e72d (patch) | |
tree | 7b4beff5d52a13077129c851165f6ec78f912709 | |
parent | a0dac6298e6f94aeda2d6c98a4d4d60c71569d8f (diff) |
beyondallreason write to XDG_DATA_HOME instead of ~/documents
-rwxr-xr-x | home/xyz/.local/bin/beyondallreason | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/beyondallreason b/home/xyz/.local/bin/beyondallreason new file mode 100755 index 00000000..58896610 --- /dev/null +++ b/home/xyz/.local/bin/beyondallreason @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/beyondallreason -w "$XDG_DATA_HOME/beyond_all_reason" "$@" |