+ Use $TERMINAL instead of specifying the terminal (Because i'm now
using zshenv)
This commit is contained in:
parent
9ac7ad05c1
commit
4709d15ef1
2 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
# terminal emulator
|
||||
super + Return
|
||||
st
|
||||
$TERMINAL
|
||||
super + alt + t
|
||||
st
|
||||
$TERMINAL
|
||||
|
||||
# program launcher
|
||||
super + space
|
||||
|
|
1
.zshenv
1
.zshenv
|
@ -11,6 +11,7 @@ else
|
|||
fi
|
||||
export BROWSER='firefox'
|
||||
export TERMINAL='st'
|
||||
export READER='zathura'
|
||||
|
||||
# vim as manpager
|
||||
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue