diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.profile b/.profile index dc8abff..6d6288b 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,3 @@ - # set xdg runtime dir if it's not defined if [ -z "${XDG_RUNTIME_DIR}" ]; then export XDG_RUNTIME_DIR=/run/user/"$(id -u)" @@ -54,13 +53,6 @@ fi . "$HOME/.config/sway/env" -# Set prompt -# export PS1="$(prompt)" - -# enable bash vi mode -set -o vi -bind -m vi-insert -x '"\C-l": clear' - # set terminfo entry to use export TERM=foot # Parallel portage @@ -80,5 +72,7 @@ export RSYNC_RSH='ssh -T -x -o Compression=no' export WEECHAT_HOME="${XDG_CONFIG_HOME}/weechat" # central bemenu config export BEMENU_OPTS='-i -n -m focused --fn "Iosevka Fixed SS08 10" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' +# zettelkasten +export ZK_NOTEBOOK_DIR=${HOME}/Documents/zk ## private use area: |