summary refs log tree commit diff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile37
1 files changed, 0 insertions, 37 deletions
diff --git a/.profile b/.profile
deleted file mode 100644
index 75e1d25..0000000
--- a/.profile
+++ /dev/null
@@ -1,37 +0,0 @@
-if [ -d "${HOME}/bin" ]; then
-	pathprepend "${HOME}/bin"
-	pathprepend "${HOME}/bin/$(uname -n)"
-fi
-if [ -d "${HOME}/.local/bin" ]; then
-	pathprepend "${HOME}/.local/bin"
-fi
-
-export GOPATH="${HOME}/go"
-if [ -d "${GOPATH}" ]; then
-	pathappend "${GOPATH}/bin"
-fi
-if [ -d "${HOME}/.cargo/bin" ]; then
-	pathappend "${HOME}/.cargo/bin"
-fi
-
-. "$HOME/.config/sway/env"
-
-# Use the new build backend in docker
-export DOCKER_BUILDKIT=1
-# configure gpg-agent
-export GPG_TTY=$(tty)
-# Set less default options
-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'
-# zettelkasten
-export ZK_NOTEBOOK_DIR=${HOME}/Documents/zk
-# exit ctrl-r early
-export FZF_CTRL_R_OPTS='--bind=ctrl-space:print-query'
-# zeit cli db path
-export ZEIT_DB=${XDG_STATE_HOME:-$HOME}/.zeit.db
-# replace docker with nerdctl
-export DOCKER='doas nerdctl'
-export ENTER_DRIVER=$DOCKER
-
-## private use area: