mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
cleanup git aliases and switch to delta for diffs
This commit is contained in:
parent
a5bbdd636c
commit
52ae41a79b
2 changed files with 24 additions and 14 deletions
7
home.nix
7
home.nix
|
@ -48,7 +48,6 @@
|
|||
fishPlugins.foreign-env
|
||||
fishPlugins.bobthefish
|
||||
font-awesome
|
||||
gitAndTools.diff-so-fancy
|
||||
gnupg
|
||||
go
|
||||
graphviz
|
||||
|
@ -259,11 +258,6 @@
|
|||
pj = "python -m json.tool";
|
||||
l = "ll";
|
||||
g = "git";
|
||||
gl = "git log";
|
||||
gc = "git commit -m";
|
||||
gca = "git commit -am";
|
||||
gws = "git status";
|
||||
gu = "gitui";
|
||||
ghauth = "gh auth login --with-token < ~/.ghauth";
|
||||
gitpurgemain = ''git branch --merged | grep -v "\*" | grep -v "main" | xargs -n 1 git branch -d'';
|
||||
gitpurgemaster = ''git branch --merged | grep -v "\*" | grep -v "master" | xargs -n 1 git branch -d'';
|
||||
|
@ -281,7 +275,6 @@
|
|||
nixupgrade = "nix upgrade-nix";
|
||||
rmxcodederived = "rm -fr ~/Library/Developer/Xcode/DerivedData";
|
||||
v = "nvim";
|
||||
wezk = "wezterm show-keys --lua";
|
||||
sshhcloud1 = "ssh salar@hcloud1.softinio.net";
|
||||
sshhcloud1r = "ssh root@hcloud1.softinio.net";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue