diff options
Diffstat (limited to 'conf.d/02platform.fish')
| -rw-r--r-- | conf.d/02platform.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/02platform.fish b/conf.d/02platform.fish index 357ab87..46bf97d 100644 --- a/conf.d/02platform.fish +++ b/conf.d/02platform.fish @@ -68,6 +68,7 @@ if status is-interactive alias grep 'grep --color=auto' alias diff 'diff --color=auto' + alias same 'diff --color=auto --old-line-format="" --new-line-format="" --unchanged-line-format="%L"' alias ff 'find . -type f -name' alias fd 'find . -type d -name' alias fbs 'find . -xtype l' |
