diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-28 21:55:11 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-05-28 21:55:11 -0300 |
commit | 8f3d9c6218fcaf79edf6246466e68136d13dc146 (patch) | |
tree | 4556c5ea0f1e1d996bfc0ea5b91c8aa1b93736df /dot_profile | |
parent | 29c09cfac112baacfe7398d0563cb4b667b2ca3a (diff) | |
download | dots-8f3d9c6218fcaf79edf6246466e68136d13dc146.tar.gz |
feat: changed shebangs to vim filetype stuff so that it looks pretty without bad code
Diffstat (limited to 'dot_profile')
-rw-r--r-- | dot_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_profile b/dot_profile index 9f9c9c8..8dcb188 100644 --- a/dot_profile +++ b/dot_profile @@ -1,3 +1,5 @@ +# vim: ft=sh + export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" |