diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 18:36:47 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:24 +0100 |
| commit | 602a7a76aa48b7402d0caf4a6ecefae8e2710f30 (patch) | |
| tree | ba5ea595578e5676f0f83f75daebaa51dd87850d | |
| parent | 1c7908327f07268e77c2a554a20e633af7fed4ce (diff) | |
.profile: drop BEMENU_OPTS
Diffstat (limited to '')
| -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 |