Skip to content

Commit

Permalink
history alias causes issues when history is invoked with args (say
Browse files Browse the repository at this point in the history
`-a`). Comment out for now.
  • Loading branch information
jessp01 committed Nov 26, 2024
1 parent acb2782 commit de55c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/functions.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if command -v zaje > /dev/null 2>&1 ; then

# alias cat=zaje

alias history='history |zaje -d -l history'
# alias history='history |zaje -d -l history'

tail()
{
Expand Down

0 comments on commit de55c99

Please sign in to comment.