Add aliases for mutt and nnn
This commit is contained in:
parent
db74d8c040
commit
9e6e35d401
@ -16,6 +16,8 @@ alias \
|
|||||||
e="$EDITOR" \
|
e="$EDITOR" \
|
||||||
f="$FILE" \
|
f="$FILE" \
|
||||||
g="git" \
|
g="git" \
|
||||||
|
m="neomutt" \
|
||||||
|
n="$FILE" \
|
||||||
v="$EDITOR"
|
v="$EDITOR"
|
||||||
|
|
||||||
# XDG fixes
|
# XDG fixes
|
||||||
|
7
.profile
7
.profile
@ -1,9 +1,10 @@
|
|||||||
# Default applications
|
# Default applications
|
||||||
export EDITOR="nvim"
|
|
||||||
export TERMINAL="alacritty"
|
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export READER="zathura"
|
export EDITOR="nvim"
|
||||||
|
export FILE="nnn"
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
|
export READER="zathura"
|
||||||
|
export TERMINAL="alacritty"
|
||||||
|
|
||||||
# XDG Base Directories
|
# XDG Base Directories
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
Reference in New Issue
Block a user