Switching to neovim.
This commit is contained in:
parent
441eb7c86a
commit
cfcc8fdd81
4 changed files with 7 additions and 14 deletions
|
@ -1,8 +1,5 @@
|
|||
alias grep='grep --color'
|
||||
alias less='less -r'
|
||||
if [ $(command -v bat) ]; then
|
||||
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
|
||||
fi
|
||||
if [ $(command -v exa) ]; then
|
||||
alias ls='exa --group-directories-first'
|
||||
alias ll='ls -l --git --octal-permissions --no-permissions'
|
||||
|
@ -13,9 +10,9 @@ else
|
|||
esac
|
||||
alias ll='ls -l'
|
||||
fi
|
||||
if [ $(command -v fd) ]; then
|
||||
alias fd='fd -H -L --ignore-file ~/.local/config/fd'
|
||||
fi
|
||||
[ $(command -v bat) ] && alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
|
||||
[ $(command -v fd) ] && alias fd='fd -H -L --ignore-file ~/.local/config/fd'
|
||||
[ $(command -v nvim) ] && alias vim=nvim && alias vimdiff="nvim -d"
|
||||
|
||||
function ud() {
|
||||
wd dots && git pull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue