aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 01:31:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 01:31:21 +1200
commit94ca1e53168a6691b2a9d0990290e31e30f97396 (patch)
treefa629f25d8ca3eb823e3c1d662464c05d9255582 /sh/profile.d
parentStop abusing MANPATH for plenv, pyenv, rbenv (diff)
downloaddotfiles-94ca1e53168a6691b2a9d0990290e31e30f97396.tar.gz
dotfiles-94ca1e53168a6691b2a9d0990290e31e30f97396.zip
Remove disused $OS env var and switch
Diffstat (limited to 'sh/profile.d')
-rw-r--r--sh/profile.d/os.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/sh/profile.d/os.sh b/sh/profile.d/os.sh
deleted file mode 100644
index f9d5a79b..00000000
--- a/sh/profile.d/os.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Store the operating system in an environment variable
-OS=$(uname)
-export OS