Skip to content

Commit

Permalink
Fixed add()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosx001 committed Jan 4, 2021
1 parent fb32b07 commit 7f46643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliasme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ al(){
if [ $1 = "ls" ]; then
_list
elif [ $1 = "add" ]; then
_add $2 "$3"
_add $2 "$3" $4
elif [ $1 = "rm" ]; then
_remove $2
elif [ $1 = "-h" ]; then
Expand Down

0 comments on commit 7f46643

Please sign in to comment.