cosmetics

This commit is contained in:
Andrew Davidson 2023-01-06 15:22:05 -08:00
parent f7ff6b60c5
commit ffa2b0b506

View file

@ -1,4 +1,4 @@
### @amdavidson's bashrc
### Andrew's .bashrc
@ -9,8 +9,6 @@
# \___|_| |_|\_/ |_|_| \___/|_| |_|_| |_| |_|\___|_| |_|\__|
# Set some defaults.
export EDITOR="nvim"
export PATH=".:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:~/bin"
@ -93,8 +91,6 @@ shopt -s checkwinsize
# |_| |_|_|___/\__\___/|_| \__, |
# |___/
# Append history don't overwrite
shopt -s histappend
@ -119,8 +115,6 @@ HISTFILESIZE=100000
# / _` | | |/ _` / __|/ _ \/ __|
# | (_| | | | (_| \__ \ __/\__ \
# \__,_|_|_|\__,_|___/\___||___/
# jump down the tree.
alias ..="cd .."
@ -186,9 +180,6 @@ alias nv='nvim'
# | _| |_| | | | | (__| |_| | (_) | | | \__ \
# |_| \__,_|_| |_|\___|\__|_|\___/|_| |_|___/
# General purpose extract command.
extract () {
if [ -f $1 ] ; then
@ -241,8 +232,6 @@ function mt {
# |_|_| |_| |_| .__/ \___/|_| \__|___/
# |_|
# Import local extensions if needed.
if [ -f $HOME/.bashrc_local ]; then
source $HOME/.bashrc_local