diff options
| author | 2020-08-29 13:33:12 -0400 | |
|---|---|---|
| committer | 2020-08-29 13:34:22 -0400 | |
| commit | 8e28344e223068d0440a5e87fc285b68a449f672 (patch) | |
| tree | c3479b8eb645e26173601fffaaf7e5a7268ee45f /dot_zsh/source/alias.zsh | |
| parent | [zsh] add shar aliases and some envvars (diff) | |
zsh: nicer environment stuff
uses systemd's environment.d
I'm thinking it makes sense to port it to other systems, though
especially given pam_env is disabled by default now
Diffstat (limited to 'dot_zsh/source/alias.zsh')
| -rw-r--r-- | dot_zsh/source/alias.zsh | 2 |
1 files changed, 0 insertions, 2 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 |
