summary refs log tree commit diff stats
path: root/.zshrc.local
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc.local')
-rw-r--r--.zshrc.local26
1 files changed, 1 insertions, 25 deletions
diff --git a/.zshrc.local b/.zshrc.local
index 1b0f3dd..e15f697 100644
--- a/.zshrc.local
+++ b/.zshrc.local
@@ -1,16 +1,3 @@
-export LANG=en_US.UTF-8
-export LC_ALL=en_US.UTF-8
-export LANGUAGE=en_US.UTF-8
-
-# use gpg-agent for ssh
-export GPG_TTY="$(tty)"
-export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
-#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
-gpg-connect-agent updatestartuptty /bye > /dev/null
-#gpgconf --launch gpg-agent
-gpgconf --create-socketdir
-
-
 alias vim='nvim'
 alias less='$PAGER'
 alias more='$PAGER'
@@ -45,7 +32,7 @@ alias devtilde='cd ~/dev/tildegit'
 # misc environment modifications
 export VISUAL=nvim
 export EDITOR=$VISUAL
-export PAGER='$HOME/.cargo/bin/bat -p'
+export PAGER='/home/ahriman/.cargo/bin/bat -p'
 export BROWSER=firefox
 export TERM=xterm-256color
 export MANPATH="/usr/local/man:$MANPATH"
@@ -84,17 +71,6 @@ export BOOT_CLOJURE_NAME=org.clojure/clojure
 export BOOT_VERSION=2.8.3
 export BOOT_CLOJURE_VERSION=1.8.0
 
-# hide user@host for agnoster oh-my-zsh theme
-DEFAULT_USER=ahriman
-prompt_context(){}
-
-# remove newline before zsh prompt
-#SPACESHIP_PROMPT_ADD_NEWLINE=false
-
-ulimit -n 8096
-
-#eval "$(starship init zsh)"
-
 # shadowgate mud over ssl
 alias shadowgate='socat TCP-LISTEN:8080,fork,reuseaddr OPENSSL:shadowgate.org:8443'