diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-26 14:41:24 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-26 14:41:24 +0200 | 
| commit | 3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac (patch) | |
| tree | 57f39ac77867e15a1e94c81fa6030d30d45323d2 /.config/zsh | |
| parent | udpate (diff) | |
| download | dotfiles-bsd-3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac.tar.gz dotfiles-bsd-3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac.tar.bz2 dotfiles-bsd-3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac.tar.xz dotfiles-bsd-3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac.tar.zst dotfiles-bsd-3f9d7f3d695890fc2676f25c7d2ee4bd3a2d51ac.zip  | |
quickfix
Diffstat (limited to '')
| -rw-r--r-- | .config/zsh/alias.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 6873902..f194f9a 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -161,7 +161,7 @@ alias nb='newsboat' \  	psearch='pkg search' \  	pinstall='doas pkg install' \  	update='doas pkg update && doas pkg upgrade' \ -	pstree='dtpstree' \ +	pstree='dtpstree -U' \  	highlight='highlight -Oxterm256 -t4' \  	hi='highlight'  hil() {  | 
