Skip to content

Commit

Permalink
add exa (better ls in rust)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed May 18, 2020
1 parent 60adb8d commit 1677d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bootstrap/brew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exa
gettext
go
htop
Expand All @@ -18,6 +19,7 @@ pipenv
pulumi
pyenv
python3
ripgrep
rust
tmux
tree
Expand Down
3 changes: 2 additions & 1 deletion components/general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ enable -r repeat
alias shrug='echo "¯\_(ツ)_/¯"'

# Directory listing in a nice format
alias lla='ls -lAGh'
#alias lla='ls -lAGh'
alias lla='exa -la --git'

# Disk usage that also sorts the results by size and saves to a file
alias dus='du -Pscmx * | sort -nr | tee disk_usage.txt'
Expand Down

0 comments on commit 1677d91

Please sign in to comment.