dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: bccd7046e18fb4d7c4943ae43d30318782ea2065
Parent: 0f0562359605bdb76b6245c6f742d2e167897795
Author: Randy Palamar
Date:   Wed,  1 Apr 2026 07:21:12 -0600

git: drop aliases

these are not really useful and cause friction when using other systems

Diffstat:
M.config/git/config | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -1,15 +1,6 @@ [user] email = randy@rnpnr.xyz name = Randy Palamar -[alias] - ca = commit --amend - cm = commit -m - cv = commit -v - d = diff - ds = diff --staged - s = status -s - rc = rebase --continue - cpc = cherry-pick --continue [commit] gpgsign = true [tag] @@ -26,7 +17,6 @@ [init] defaultBranch = master [safe] - directory = /usr/portage/local directory = /usr/alt [advice] skippedCherryPicks = false