Skip to content

Commit

Permalink
Merge pull request #1 from Wabri/fix/aliases/general
Browse files Browse the repository at this point in the history
Fix/aliases/general
  • Loading branch information
Wabri authored Apr 16, 2020
2 parents 9ccee28 + 0b9c37f commit 142da4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cite about-alias
about-alias 'Bash-it aliases'
about-alias 'Aliases for the bash-it command (those aliases are also included with general aliases)'

# Common misspellings of bash-it
alias shit='bash-it'
Expand Down
4 changes: 4 additions & 0 deletions aliases/available/general.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ catt() {
done
}

# The bash-it aliases was move to bash-it.aliases.bash file. The intent of this
# is to maintain the script readable and less bloated. If you don't need to use
# those aliases, but you want the bash-it shortcuts, you can disable this
# script and enable the bash-it.
source "$BASH_IT/aliases/available/bash-it.aliases.bash"

0 comments on commit 142da4a

Please sign in to comment.