diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-14 20:03:00 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-14 20:03:00 -0800 |
commit | 61f115e6284136ab89e3ff82f84d8b45f7e0867a (patch) | |
tree | 6fb28b62d2876f8dee1edac3ad1b5f0391808c6b /home/xyz/.profile | |
parent | f1ded6c2a99939c585791acdbd2fc1b633759033 (diff) |
profile, use bin/sh instead of bin/dash
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 29cf48d6..4927082e 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh export XDG_CONFIG_HOME="$HOME/.config/" export XDG_CACHE_HOME="$HOME/.cache/" |