mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
bash: remove shebang for sourced files
This commit is contained in:
parent
b2ad295899
commit
3b6e1e931b
@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
|
||||
# PATH
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# __________
|
||||
# ___ ____/_________ __
|
||||
# __ __/ __ __ \_ | / /
|
||||
|
Loading…
Reference in New Issue
Block a user