diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.profile | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 37 |
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: |