diff options
| author | 2020-08-29 13:37:30 -0400 | |
|---|---|---|
| committer | 2020-08-29 13:37:30 -0400 | |
| commit | df4df34b55cfcb14e5ae6a7087b9d9aa395e7907 (patch) | |
| tree | 32fa49721d7f86918919aa86e776ef23fc0a366b /dot_zsh | |
| parent | zsh: nicer environment stuff (diff) | |
zsh: further env/plugin porting work
Diffstat (limited to 'dot_zsh')
| -rw-r--r-- | dot_zsh/plugins/bsdtar | 4 | ||||
| -rw-r--r-- | dot_zsh/source/env.zsh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dot_zsh/plugins/bsdtar b/dot_zsh/plugins/bsdtar new file mode 100644 index 0000000..fbc9ccb --- /dev/null +++ b/dot_zsh/plugins/bsdtar @@ -0,0 +1,4 @@ +#!/bin/zsh +(( $+commands[bsdtar] )) || return + +alias tar=bsdtar bshar='bsdtar --format=shardump' shar='bsdtar --format=shar' diff --git a/dot_zsh/source/env.zsh b/dot_zsh/source/env.zsh index d673a98..c17b0a5 100644 --- a/dot_zsh/source/env.zsh +++ b/dot_zsh/source/env.zsh @@ -1,5 +1,3 @@ export EDITOR==micro export GIT_EDITOR==micro export PAGER='less -R' - -export RLWRAP_HOME=~/.local/share/rlwrap |
