bash: remove shebang for sourced files

This commit is contained in:
Hoang Nguyen 2021-06-28 21:58:09 +03:00
parent b2ad295899
commit 3b6e1e931b
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#!/bin/bash
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# PATH

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# a minimal approach when bash is not a default shell
export BASH_COMPLETION_USER_DIR="$HOME/.local/share/bash"

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# __________
# ___ ____/_________ __
# __ __/ __ __ \_ | / /