Move prompt management into bash configuration
Also add better history management. I've been using GNU screen for a while which messes up history for a lot of shells. Every shell will now append to and reread history after each command.
This commit is contained in:
@@ -8,9 +8,9 @@ alias sudo="sudo "
|
||||
#{- GNU COREUTILS -}#
|
||||
|
||||
# Sort directories first and colorize output
|
||||
alias ls="ls -h --color=auto --group-directories-first"
|
||||
alias la="ls -A"
|
||||
alias ll="ls -l"
|
||||
alias ls="ls -hF --color=auto --group-directories-first"
|
||||
alias la="ls -AF"
|
||||
alias ll="ls -lF"
|
||||
|
||||
# Ask before overwriting files
|
||||
alias mv="mv -i"
|
||||
|
||||
Reference in New Issue
Block a user