Compare commits
No commits in common. "a3f968880308123b35ba4fdb76a5dd047aa22d41" and "d04959bacb25c801fa1fc01b96ed97a248279a34" have entirely different histories.
a3f9688803
...
d04959bacb
|
@ -6,7 +6,6 @@
|
|||
## Basic Utils
|
||||
alias ls="ls -A --color=tty"
|
||||
alias du="du -sh"
|
||||
lsd --version 2>&1 >/dev/null && alias ls="lsd -A --color always" || alias ls="ls -A --color=tty"
|
||||
#
|
||||
#
|
||||
## Kitty
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
# Ignore these file extensions in tab completions
|
||||
fignore=(.class)
|
||||
|
||||
# Set env vars according to the installed programs
|
||||
nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!"
|
||||
nvim -v 2>&1 >/dev/null && export EDITOR=nvim
|
||||
|
|
Loading…
Reference in a new issue