diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-20 23:29:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-20 23:29:39 +0300 |
| commit | 52b9895d9c1794fd392ab99bfe60a0fa6d26dd41 (patch) | |
| tree | ce1a5eeac49046ca45d78618d0c114bd1d82c75f | |
| parent | 079a4283a87b5fd46987f3404d4bb9279c46b80c (diff) | |
Update
| -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 |
