summaryrefslogtreecommitdiff
path: root/dot_zsh/source
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_zsh/source/alias.zsh2
-rw-r--r--dot_zsh/source/path.zsh5
2 files changed, 0 insertions, 7 deletions
diff --git a/dot_zsh/source/alias.zsh b/dot_zsh/source/alias.zsh
index e0f9c31..6696b1d 100644
--- a/dot_zsh/source/alias.zsh
+++ b/dot_zsh/source/alias.zsh
@@ -1,6 +1,4 @@
-alias cat=bat
alias cp='cp --reflink=auto'
-alias dif='colordiff -u'
alias dit='docker run --rm -it'
alias drun='dit -v "$PWD":/pwd:Z -w /pwd'
alias g=genius
diff --git a/dot_zsh/source/path.zsh b/dot_zsh/source/path.zsh
index 252fbdb..e29bb56 100644
--- a/dot_zsh/source/path.zsh
+++ b/dot_zsh/source/path.zsh
@@ -1,8 +1,3 @@
-export CARGO_HOME=~/.local/cargo
-export DENO_DIR=~/.local/deno
-export GOPATH=~/.local/go
-export LUAROCKS_CONFIG=~/.config/luarocks/config.lua
-
if (( $+commands[luarocks] )); then
PATH="$PATH:$(luarocks path --lr-bin)" # luarocks puts :s in the output
eval $(luarocks path --no-bin)