Compare commits
No commits in common. "a7f548e94895461e1823791c26d0cf6f7823e466" and "a8d1c29d14289eeb717962597f8262a8675c7931" have entirely different histories.
a7f548e948
...
a8d1c29d14
3
.bashrc
3
.bashrc
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
# Normalize line endings
|
||||
autocrlf = input
|
||||
|
||||
[advice]
|
||||
detachedHead = false
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue