diff options
| -rw-r--r-- | dotfiles/fish/conf.d/config.fish | 1 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/config.fish b/dotfiles/fish/conf.d/config.fish index 34aea6b..670ca86 100644 --- a/dotfiles/fish/conf.d/config.fish +++ b/dotfiles/fish/conf.d/config.fish @@ -11,6 +11,7 @@ end abbr -a g 'grep -E -i' abbr -a no 'grep -E -i -v' +abbr -a not 'grep -E -i -v' abbr -a gl 'git log --pretty=oneline --graph --decorate --all' abbr -a gp 'begin; git commit -a; and git pull; and git push; end' diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 58d1c00..e3e7d34 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -89,3 +89,5 @@ function supersync date +%s >$SUPERSYNC_STAMP_FILE.tmp mv $SUPERSYNC_STAMP_FILE.tmp $SUPERSYNC_STAMP_FILE end + +alias ss supersync |
