diff options
author | Ben Sima <ben@bsima.me> | 2018-11-10 07:53:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-10 07:53:23 -0800 |
commit | 7966fe8a0e35bc2c24ba8a96d3790c563b2264a1 (patch) | |
tree | 633c44db900e89c244e8caa8cfc23e9cc2963965 | |
parent | 8912be767eaf1fdf7926f76112c1d6ef9855469d (diff) |
Formatting
-rw-r--r-- | common.nix | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -181,12 +181,12 @@ in vim = { enable = true; plugins = [ - "ctrlp" - "fugitive" - "editorconfig-vim" - "gitgutter" - "surround" - "vim-colorschemes" + "ctrlp" + "fugitive" + "editorconfig-vim" + "gitgutter" + "surround" + "vim-colorschemes" ]; extraConfig = builtins.readFile ./vimrc; }; @@ -226,14 +226,14 @@ in shellAliases = { #z = "fasd_cd -d"; # cd, same functionality as j in autojump #zz = "fasd_cd -d -i"; # cd with interactive selection - a = "fasd -a"; # any - add = "git add --ignore-removal"; - ci = "git commit"; - d = "fasd -d"; # directory - day = "date +%a"; - ddate = "date +%Y.%m.%d"; - dday = "date +%A"; - et = "emacs -nw"; # emacs in a terminal + a = "fasd -a"; # any + add = "git add --ignore-removal"; + ci = "git commit"; + d = "fasd -d"; # directory + day = "date +%a"; + ddate = "date +%Y.%m.%d"; + dday = "date +%A"; + et = "emacs -nw"; # emacs in a terminal f = "fasd -f"; # file fetch = "git fetch"; g = "grep -in"; |