-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
23 lines (20 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Collection of script that can be sourced into an interactive GNU Bash session.
Scripts:
alert.bash Function to open a graphical notification pupop
autocompletion.bash Enables autocompletion for commands
cycled.bash Commands similar to popd and pushd, but using cycles
forever.bash Command for running a command in an infinite loop
git.bash Git shorthand commands
grep-colour.bash Enable use of colour in grep, egrep and fgrep by default
harden.bash Safeguards to prevent security exploitations
history.bash Command history settings
ls-aliases.bash ls shorthand commands
ls-colours.bash Enable use of colour in ls by default
mane.bash Provides a mane() function
mkcd.bash Shorthand command for creating a directory and cd into it
mod-shell.bash Shorthand commands for editing ~/.bashrc
palette.bash TTY colour palettes
ponysay.bash Ponysay command with TTY colour palette preservation
productivity-aliases.bash Miscellaneous productivity aliases
prompt.bash Configurable PS1 (prompt)
window.bash Settings for windowed terminals