mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -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
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||||
|
|
||||||
# PATH
|
# PATH
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# a minimal approach when bash is not a default shell
|
# a minimal approach when bash is not a default shell
|
||||||
|
|
||||||
export BASH_COMPLETION_USER_DIR="$HOME/.local/share/bash"
|
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