diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-21 12:52:50 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-21 12:52:50 +0100 |
commit | 4e3952447af1d974d65974dc19407d4bd7356d4c (patch) | |
tree | 823c7fac24a27ecf038304d102d44e952794c5e7 /root/.profile | |
parent | mousedev (diff) | |
download | n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar.gz n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar.bz2 n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar.lz n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar.xz n-4e3952447af1d974d65974dc19407d4bd7356d4c.tar.zst n-4e3952447af1d974d65974dc19407d4bd7356d4c.zip |
Diffstat (limited to 'root/.profile')
-rw-r--r-- | root/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.profile b/root/.profile index 9f756d3..1d87bc6 100644 --- a/root/.profile +++ b/root/.profile @@ -68,4 +68,4 @@ alias egrep='egrep --color=auto' fi [ -f ~/.bash_aliases ] && . ~/.bash_aliases [ -f ~/.private_source ] && . ~/.private_source -: +. <(locale) |