mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/base,aliases/general: add copyright information
This commit is contained in:
@ -1,6 +1,12 @@
|
|||||||
#! bash oh-my-bash.module
|
#! bash oh-my-bash.module
|
||||||
# ---------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
# Note on copyright (2022-08-23): The aliases defined in this file seems to
|
||||||
|
# originally come from a blog post [1]. See also the comments in lib/base.sh.
|
||||||
#
|
#
|
||||||
|
# [1] Nathaniel Landau, "My Mac OSX Bash Profile",
|
||||||
|
# https://natelandau.com/my-mac-osx-bash_profile/, 2013-07-02.
|
||||||
|
#
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
# Description: This file holds all general BASH aliases
|
# Description: This file holds all general BASH aliases
|
||||||
#
|
#
|
||||||
# For your own benefit, we won't load all aliases in the general, we will
|
# For your own benefit, we won't load all aliases in the general, we will
|
||||||
@ -9,7 +15,7 @@
|
|||||||
# If you are looking for the more sexier aliases, we suggest you take a look
|
# If you are looking for the more sexier aliases, we suggest you take a look
|
||||||
# into other core alias files which installed by default.
|
# into other core alias files which installed by default.
|
||||||
#
|
#
|
||||||
# ---------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# 1. MAKE TERMINAL BETTER
|
# 1. MAKE TERMINAL BETTER
|
||||||
|
14
lib/base.sh
14
lib/base.sh
@ -1,5 +1,15 @@
|
|||||||
#! bash oh-my-bash.module
|
#! bash oh-my-bash.module
|
||||||
# ---------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
# Note on copyright (2022-08-23): The contents of this file seems to have been
|
||||||
|
# originally introduced in a blog post [1]. The author also put it on Gist
|
||||||
|
# [2]. The blog post says "feel free to take whatever", but the license is not
|
||||||
|
# explicitly specified. Aliases are moved to general.aliases.sh.
|
||||||
|
#
|
||||||
|
# [1] Nathaniel Landau, "My Mac OSX Bash Profile",
|
||||||
|
# https://natelandau.com/my-mac-osx-bash_profile/, 2013-07-02.
|
||||||
|
# [2] https://gist.github.com/natelandau/10654137
|
||||||
|
#
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Description: This file holds all base BASH functions
|
# Description: This file holds all base BASH functions
|
||||||
#
|
#
|
||||||
@ -16,7 +26,7 @@
|
|||||||
#
|
#
|
||||||
# X. Reminders & Notes
|
# X. Reminders & Notes
|
||||||
#
|
#
|
||||||
# ---------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# 1. MAKE TERMINAL BETTER
|
# 1. MAKE TERMINAL BETTER
|
||||||
|
Reference in New Issue
Block a user