Removed old/outdated files

On branch main
Changes to be committed:
deleted:    .bashrc
deleted:    .gitconfig
deleted:    .gitignore
This commit is contained in:
2024-02-13 16:46:00 -05:00
parent 42b618a8e7
commit 2bfd622c46
3 changed files with 0 additions and 54 deletions

19
.bashrc
View File

@@ -1,19 +0,0 @@
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
source $HOME/.bash-git-prompt/gitprompt.sh
fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

View File

@@ -1,34 +0,0 @@
[core]
editor = vim
quotepath = false
[alias]
st = status
co = checkout
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order
precommit = diff --cached --diff-algorithm=minimal -w
branches = branch -a
tags = tag
stashes = stash list
remotes = remote -v update
unstage = reset -q HEAD --
discard = checkout --
uncommit = reset --mixed HEAD~
amend = commit --amend
unmerged = diff --name-only --diff-filter=U
as = config --get-regexp ^alias\\.
[push]
default = simple
[color]
ui = true
[user]
name = chawley
email = chawley@planethawleywood.com
[color "diff"]
old = yellow
new = green

1
.gitignore vendored
View File

@@ -1 +0,0 @@
.elinks/searchhist