chore(rc,profile,aliases,completion,libs,functions): Remove shebangs from sourced files

These files are always sourced (never executed directly), so the
#!/bin/bash shebang is inert and misleading. Drop it consistently
across rc.d/*, profile.d/*, and aliases.d/*.
This commit is contained in:
2026-08-22 00:52:02 +02:00
parent 7000bde368
commit 6a53ee36fd
77 changed files with 0 additions and 153 deletions
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
# https://github.com/riywo/anyenv
# git clone https://github.com/riywo/anyenv $HOME/.anyenv
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
# Customize history format
export HISTSIZE=5000
export HISTFILESIZE=20000
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
if (command -v keychain &>/dev/null); then
eval "$(keychain --inherit any --quiet --noask ~/.ssh/id_{rsa,ed25519})"
fi
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
if (command -v krew &>/dev/null); then
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
fi
-2
View File
@@ -1,4 +1,2 @@
#!/bin/bash
# Define prefered LANG
export LANG=fr_FR.UTF-8
-2
View File
@@ -1,4 +1,2 @@
#!/bin/bash
# Mail
export MAILPATH=~/Mails/
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
# Customize PATH
if [ -d $HOME/.bin ] ; then export PATH=$PATH:$HOME/.bin ; fi
if [ -d $HOME/.local/bin ] ; then export PATH=$PATH:$HOME/.local/bin ; fi
-2
View File
@@ -1,5 +1,3 @@
#!/bin/bash
# Proxy
if [ -x /usr/bin/tsocks ]
then