aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-05-06 22:11:47 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-05-06 22:11:47 +0100
commit2a26169b56969d935348b60443e7492e8f61caac (patch)
tree76446fc7eff817779640b05d0d2b2ab8b0191255 /Shell
parent6855c65a708ec37402cb94710be036ed2e8c99a0 (diff)
downloaddotfiles-2a26169b56969d935348b60443e7492e8f61caac.tar.gz
dotfiles-2a26169b56969d935348b60443e7492e8f61caac.tar.bz2
dotfiles-2a26169b56969d935348b60443e7492e8f61caac.zip
(Repo)~general changes that I cba to document
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index a60d263..fa382ed 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -1,9 +1,11 @@
# zshrc -*- mode: sh; lexical-binding: t; -*-
+export DOTNET_ROOT=~/.local/src/dotnet
## Variables
TERM=xterm-256color
## Aliases
alias vim="nvim"
+alias less="less -R"
alias sudo="doas"
alias eclient="emacsclient -s MAIN"
alias emdir=".config/emacs/"
@@ -16,6 +18,7 @@ alias fzf="fzf --layout=reverse --height=20"
alias suctl="systemctl --user"
alias sedit="emacsclient -s MAIN -a emacs -c"
alias cedit="emacsclient -s MAIN -a emacs -nw"
+export CLASSPATH="$CLASSPATH:$HOME/.local/src/eclipse.jdt.ls"
## ZSH
setopt autocd