refactor: cleanup scripts and config
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
. /etc/bashrc
|
||||
|
||||
# === container enter logic - cd to ENTER_DIR ===
|
||||
ENTER_DIR="${ENTER_DIR/#\~/$HOME}"
|
||||
[ -d "$ENTER_DIR" ] && cd "$ENTER_DIR"
|
||||
|
||||
# === environment ===
|
||||
export EDITOR=nvim \
|
||||
WAYLAND_DISPLAY=wayland-0 \
|
||||
|
||||
Reference in New Issue
Block a user