diff options
author | EuAndreh <eu@euandre.org> | 2025-03-07 16:12:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-07 16:12:53 -0300 |
commit | a4a81d35eb8b03433dd34116279009511fa1d700 (patch) | |
tree | bbda6d3320aa40e784e10aca3ae6fa66e701d51e /etc/sh/rc | |
parent | bin/process: Fix combined.webm by using "-f concat" (diff) | |
download | dotfiles-a4a81d35eb8b03433dd34116279009511fa1d700.tar.gz dotfiles-a4a81d35eb8b03433dd34116279009511fa1d700.tar.xz |
etc/sh/rc: Add -F to "tree" alias
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ alias diff='diff --color=auto' alias watch='watch --color ' alias man='MANWIDTH=$((COLUMNS > 80 ? 80 : COLUMNS)) man' alias less='less -R' -alias tree='tree -aC -I .git -I vendor' +alias tree='tree -F -aC -I .git -I vendor' alias make='make -e --no-print-directory' alias mv='mv -i' alias bc='bc -lq' |