bashrc.br: replace ls '-a' with '-A' in aliases, add fdiff function

This commit is contained in:
2023-12-22 10:21:49 +01:00
parent 0adb410321
commit 64a5b20ca5
2 changed files with 21 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ alias aoc="cd ~/dev/advent-of-code/2022/; . ../env.sh" # Advent of Code
alias wchess="cd ~/dev/www/com.raoult/devs/chess" # raoult.com chess
alias chess="cd ~/dev/brchess; . env.sh" # brchess
alias tools="cd ~/dev/tools" # tools
alias brlib="cd ~/dev/tools/c/brlib" # brlib dir/repo
# Indent style for emacs
# Local Variables: