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,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 ../..'
|
||||
|
||||
Reference in New Issue
Block a user