diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-14 22:37:59 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-14 22:37:59 -0400 |
| commit | 43a5386cd88e0c1411b97a054ef2cc6d3f98b0c0 (patch) | |
| tree | ff9804f7e5b282e3e8426ff493946c38948b78f8 | |
| parent | 5f846ed8062f05f8906cd527dc5184fe8499123e (diff) | |
| download | eibhear-43a5386cd88e0c1411b97a054ef2cc6d3f98b0c0.tar.gz eibhear-43a5386cd88e0c1411b97a054ef2cc6d3f98b0c0.tar.zst eibhear-43a5386cd88e0c1411b97a054ef2cc6d3f98b0c0.zip | |
junk removed, inf history
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,11 +1,6 @@ -# _ _ ____ _ _ _ _ _ _ -# | | _ _| | _____ / ___| _ __ ___ (_) |_| |__ ( )___ | |__ __ _ ___| |__ _ __ ___ -# | | | | | | |/ / _ \ \___ \| '_ ` _ \| | __| '_ \|// __| | '_ \ / _` / __| '_ \| '__/ __| -# | |__| |_| | < __/ ___) | | | | | | | |_| | | | \__ \ | |_) | (_| \__ \ | | | | | (__ -# |_____\__,_|_|\_\___| |____/|_| |_| |_|_|\__|_| |_| |___/ |_.__/ \__,_|___/_| |_|_| \___| - stty -ixon shopt -s autocd #Allows you to cd into directory merely by typing the directory name. +HISTSIZE= HISTFILESIZE= # Setting Bash prompt. Capitalizes username and host if root user (my root user uses this same config file). if [ "$EUID" -ne 0 ] |
