mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
aliases: remove z=zsh alias as z conflicts
Conflicts with `z` the shell command for jumping to frecent directories Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
30be10a7f4
commit
eddb464053
1
aliases
1
aliases
@ -281,7 +281,6 @@ dmc() { eval $(docker-machine env $1); }
|
||||
# ZFS aliases
|
||||
alias zfs='sudo zfs'
|
||||
alias zpool='sudo zpool'
|
||||
alias z=zfs
|
||||
alias zp=zpool
|
||||
zl() { (set -o pipefail; command zfs list $@ | grep -Ev 'docker/[0-9a-f]{64}' | column -t -R 2,3,4); return $?; }
|
||||
_zl() { _zfs "list $@"; }
|
||||
|
Loading…
Reference in New Issue
Block a user