summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
author2024-11-23 17:22:31 +0530
committer2024-11-23 17:22:31 +0530
commit9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74 (patch)
tree28383d8997d7b16540deb312fa0444840bdb8d34 /.profile
parentUpdate plugins (diff)
downloaddotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar.gz
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar.bz2
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar.lz
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar.xz
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.tar.zst
dotfiles-9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74.zip
Fixed bugs
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index a6f8c66..193625a 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,7 @@ append_path () {
for i in "$HOME"/.local/bin "$HOME"/.local/opt/*/bin "$HOME/go/bin"
do
- if test -d "$HOME/.local/opt/go/bin"
+ if test -d "$i"
then
append_path "$i"
fi