Remove OSC-8 links from eza
This was actually a bad idea. It horks grep and a ton of other stuff.
This commit is contained in:
parent
c588d158ef
commit
34f640c659
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -15,7 +15,7 @@ alias grep='grep -EIs --color=auto --exclude-dir=.git'
|
||||||
# Use exa if we have it
|
# Use exa if we have it
|
||||||
# I don't want this in .profile because it's not completely backward compatible with ls
|
# I don't want this in .profile because it's not completely backward compatible with ls
|
||||||
if [ -e /usr/bin/exa ]; then
|
if [ -e /usr/bin/exa ]; then
|
||||||
alias ls="exa --icons --hyperlink"
|
alias ls="exa --icons"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setopt appendhistory
|
setopt appendhistory
|
||||||
|
|
Loading…
Add table
Reference in a new issue