Skip to content

Commit

Permalink
;bin: shell aliases cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 6, 2024
1 parent 84da054 commit 321cdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bin/justfile → bin/Justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env just -f
# * financial reports/scripts, managed with https://github.com/casey/just
# ** PUBLIC: the scripts below can be shared in hledger's bin/justfile.
# ** PUBLIC: the scripts below can be shared in hledger's bin/Justfile.

# *** PREAMBLE ------------------------------------------------------------

Expand Down
14 changes: 1 addition & 13 deletions bin/bashrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Some hledger/PTA-related bash scripts.
# Some hledger/PTA-related bash scripts. See also Justfile.

alias hl='hledger'
alias acc='hledger accounts'
Expand Down Expand Up @@ -84,18 +84,6 @@ alias sephours="hours -p sep"
alias octhours="hours -p oct"
alias novhours="hours -p nov"
alias dechours="hours -p dec"
alias 2008hours="hours -p 2008"
alias 2009hours="hours -p 2009"
alias 2010hours="hours -p 2010"
alias 2011hours="hours -p 2011"
alias 2012hours="hours -p 2012"
alias 2013hours="hours -p 2013"
alias 2014hours="hours -p 2014"
alias 2015hours="hours -p 2015"
alias weeklyhours="hours -p 'weekly this year' register --empty"
alias monthlyhours="hours -p 'monthly this year' register --empty"
alias weeklybillablehours="weeklyhours jobs not:unbilled --depth 3"
alias monthlybillablehours="monthlyhours jobs not:unbilled --depth 3"

# old ledger 2.6 scripts

Expand Down

0 comments on commit 321cdca

Please sign in to comment.