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 PROMPT_DIRTRIM=3
# Save and display timestamps for history
HISTTIMEFORMAT="[%F %T] "
# Color output and default options
export GREP_OPTS='--color=auto'
export LS_OPTS='--color=auto -hFN --group-directories-first'

View File

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

View File

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