mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Minor edits.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# My bash config. Not much to see here. Some pretty standard stuff.
|
||||
|
||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||
EDITOR="vim"
|
||||
EDITOR="nvim"
|
||||
export TERM="st"
|
||||
|
||||
[[ $- != *i* ]] && return
|
||||
@@ -148,6 +148,9 @@ alias doas="doas --"
|
||||
alias ..='cd ..' \
|
||||
...='cd ../..'
|
||||
|
||||
# vim
|
||||
alias vim=nvim
|
||||
|
||||
# broot
|
||||
alias br='br -dhp'
|
||||
alias bs='br --sizes'
|
||||
|
||||
Reference in New Issue
Block a user