summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-05-29 17:50:56 -0700
committerBen Sima <ben@bsima.me>2018-05-29 17:50:56 -0700
commit4e2881a9dea16ee2af4f618b66a7aeace2bba39f (patch)
tree9568d4bcba20958e6be587d48aa5ff5e2002212f /home.nix
parent0c419f10b3e90f8f2d10898e025a778801e406ae (diff)
Add global gitignore file
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 118f98d..c021cd9 100644
--- a/home.nix
+++ b/home.nix
@@ -77,6 +77,7 @@
enable = true;
userName = "Ben Sima";
userEmail = "ben@bsima.me";
+ ignores = [ "*~" "*.swp" ];
extraConfig = ''
[push]
default = simple
@@ -121,7 +122,6 @@
s = "fasd -si"; # show / search / select
sd = "fasd -sid"; # interactive directory selection
sf = "fasd -sif"; # interactive file selection
- st = "git status";
tdate = "date +%Y.%m.%d..%H.%M";
ttime = "date +%H.%M";
};