diff options
author | Aki <please@ignore.pl> | 2023-04-15 23:31:17 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-15 23:31:17 +0200 |
commit | 511971a93fccad7d8c161a7a1c3e2b8c80f7c90b (patch) | |
tree | 986f4ebb2c44427d94b718f8822f022fa6f56c7a /.profile | |
parent | 9173da7a495eab62831579ab3a0b59f9fc0ac21e (diff) | |
download | dots-511971a93fccad7d8c161a7a1c3e2b8c80f7c90b.zip dots-511971a93fccad7d8c161a7a1c3e2b8c80f7c90b.tar.gz dots-511971a93fccad7d8c161a7a1c3e2b8c80f7c90b.tar.bz2 |
Added bashrc and profile
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100644 index 0000000..f8d7a80 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +[ -d ~/.local/bin ] && PATH="~/.local/bin:$PATH" |