aboutsummaryrefslogtreecommitdiff
path: root/bashrc.d
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-04-04 15:54:26 +0200
committerKarel Kočí <cynerd@email.cz>2022-04-04 17:54:18 +0200
commit7e8cc7201949ad75daca5520c57479229711ed31 (patch)
tree544b15a25f53ba4923eff7e813732ab8ba81a996 /bashrc.d
parent0cf542815d11b09e411a00267c89180e28623991 (diff)
downloadshellrc-7e8cc7201949ad75daca5520c57479229711ed31.tar.gz
shellrc-7e8cc7201949ad75daca5520c57479229711ed31.tar.bz2
shellrc-7e8cc7201949ad75daca5520c57479229711ed31.zip
Add flake.nix
Diffstat (limited to 'bashrc.d')
-rw-r--r--bashrc.d/shellrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bashrc.d/shellrc b/bashrc.d/shellrc
deleted file mode 100644
index e938444..0000000
--- a/bashrc.d/shellrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# vim: ft=sh
-
-for sh in /usr/share/shellrc/*; do
- [ -r "$sh" ] && . "$sh"
-done