Minor edits.

This commit is contained in:
Derek Taylor
2020-03-27 14:50:01 -05:00
parent b2cf9b753d
commit df58aa9d2b
6 changed files with 51 additions and 33 deletions
+5 -2
View File
@@ -7,8 +7,8 @@
# My bash config. Not much to see here. Some pretty standard stuff.
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
EDITOR="emacsclient -c"
export TERM="xterm-256color"
EDITOR="vim"
export TERM="st"
[[ $- != *i* ]] && return
@@ -141,6 +141,9 @@ ex ()
### ALIASES ###
# root privileges
alias doas="doas --"
# navigation
alias ..='cd ..' \
...='cd ../..'