diff options
| author | Deposite Pirate | 2026-01-31 14:36:14 +0100 |
|---|---|---|
| committer | Deposite Pirate | 2026-01-31 14:36:14 +0100 |
| commit | 54de850ddf7752c36dfbfbd9f9cfe96b612322d9 (patch) | |
| tree | 45ef323913297f3fc318561206a4ee9511513195 /conf.d | |
| parent | 38e1749c6c9d1f32dc9b64fc65ea73a359d15cff (diff) | |
Add same alias
modified: conf.d/02platform.fish
Diffstat (limited to 'conf.d')
| -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' |
