Updating a few dotfiles.

This commit is contained in:
Derek Taylor
2019-02-10 14:18:26 -06:00
parent 319b804633
commit b02be49b74
16 changed files with 165 additions and 110 deletions

View File

@@ -10,7 +10,7 @@
# Global variables:
FILES=${1:-"/home/dt/st"}
DMENU='dmenu -l -i'
DMENU='dmenu -nb #1D2330 -nf #AD69AF -sb #84598D -sf #d1d7e1 -l -i'
EDITOR='st -e vim'
# Show list of options
choice=$(ls -a "${FILES}" | $DMENU -p "« st » source code:")