diff options
| -rw-r--r-- | .profile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.profile b/.profile index dbdded9..75e1d25 100644 --- a/.profile +++ b/.profile @@ -24,8 +24,6 @@ export GPG_TTY=$(tty) export LESS='--hilite-search --hilite-unread --long-prompt --raw-control-chars --chop-long-lines --quit-if-one-screen --no-init' # Set the rsync ssh command to use by default export RSYNC_RSH='ssh -T -x -o Compression=no' -# central bemenu config -export BEMENU_OPTS='-i -n -m focused --fn "Iosevka Fixed SS08 10" --nb "#0c0c0c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#0c0c0c" --ff "#fffffb" --sb "#ddd23b" --sf "#0c0c0c" --hb "#4E4371" --hf "#fffffb" --scb "#0c0c0c" --scf "#4E4371"' # zettelkasten export ZK_NOTEBOOK_DIR=${HOME}/Documents/zk # exit ctrl-r early |