Compare commits

..

No commits in common. "a7f548e94895461e1823791c26d0cf6f7823e466" and "a8d1c29d14289eeb717962597f8262a8675c7931" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View File

@ -14,9 +14,6 @@ export HISTSIZE=20000
export HISTFILESIZE=20000 export HISTFILESIZE=20000
export PROMPT_DIRTRIM=3 export PROMPT_DIRTRIM=3
# Save and display timestamps for history
HISTTIMEFORMAT="[%F %T] "
# Color output and default options # Color output and default options
export GREP_OPTS='--color=auto' export GREP_OPTS='--color=auto'
export LS_OPTS='--color=auto -hFN --group-directories-first' export LS_OPTS='--color=auto -hFN --group-directories-first'

View File

@ -70,9 +70,6 @@ function lscat() {
done done
} }
# Shortcut for lscat (either c for cat or c for "see")
alias c='lscat'
function calc() { function calc() {
echo "$@" | bc echo "$@" | bc
} }

View File

@ -2,9 +2,6 @@
# Normalize line endings # Normalize line endings
autocrlf = input autocrlf = input
[advice]
detachedHead = false
[init] [init]
defaultBranch = main defaultBranch = main