diff options
author | Ben Sima <ben@bsima.me> | 2018-05-18 15:26:43 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-05-18 15:26:43 -0700 |
commit | bdba40b2386ba4c07f1fe5fdc2283f94301a05bb (patch) | |
tree | 669a183025fdb0f49754e2a99318348d09b166ff | |
parent | e194f1a407c1033696a9084225e2d24ead686727 (diff) |
Fix some broken configs
-rw-r--r-- | home.nix | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -44,14 +44,9 @@ userEmail = "ben@bsima.me"; extraConfig = '' [push] - default = simple -[branch "master] - remote = upstream - merge = refs/heads/master -[remote] - pushDefault = origin +default = simple [commit] - template = ~/.config/nixpkgs/git-commit-template +template = ~/.config/nixpkgs/git-commit-template ''; }; @@ -64,11 +59,10 @@ f = "fasd -f"; # file sd = "fasd -sid"; # interactive directory selection sf = "fasd -sif"; # interactive file selection - z = "fasd_cd -d"; # cd, same functionality as j in autojump - zz = "fasd_cd -d -i"; # cd with interactive selection + #z = "fasd_cd -d"; # cd, same functionality as j in autojump + #zz = "fasd_cd -d -i"; # cd with interactive selection g = "grep -in"; rm = "rm -i"; - myip = "ifconfig | grep 'inet ' | grep -v 127.0.0.1 | cut -d\ -f10"; ddate = "date +%Y.%m.%d"; tdate = "date +%Y.%m.%d..%H.%M"; ttime = "date +%H.%M"; |