.zshrc: Add an alias for vimdiff
pkgsrc doesn't provide a `vimdiff` wrapper, and it's just `vim -d` anyways, so we can just alias it and then use the vim from pkgsrc. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
89506851a4
commit
94e7b2d1bd
2
.zshrc
2
.zshrc
@ -43,6 +43,8 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
alias sed='gsed'
|
alias sed='gsed'
|
||||||
alias dircolors='gdircolors'
|
alias dircolors='gdircolors'
|
||||||
alias sort='gsort'
|
alias sort='gsort'
|
||||||
|
# pkgsrc doesn't provide vimdiff wrapper, but it's just `vim -d` anyways
|
||||||
|
alias vimdiff='vim -d'
|
||||||
|
|
||||||
# If BasicTeX installation exists, add it to PATH
|
# If BasicTeX installation exists, add it to PATH
|
||||||
# See: https://tug.org/mactex/morepackages.html
|
# See: https://tug.org/mactex/morepackages.html
|
||||||
|
Loading…
Reference in New Issue
Block a user