From 43b8194a90f0232189ff75182d05a70b84a8be5e Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 30 Aug 2021 18:29:07 +0200 Subject: bashrc: cleanup --- .profile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.profile') 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: -- cgit 1.4.1