Skip to content

Commit

Permalink
removed unneded line ❌
Browse files Browse the repository at this point in the history
  • Loading branch information
MJEND7 authored Nov 12, 2023
1 parent e08f906 commit 02d1c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ alias za="source /usr/local/bin/za"
creates a shortcut command `za` that, when executed, is equivalent to running `source /usr/local/bin/za`. This line is part of your makefile and helps set up a convenient way to run your Bash script.

The makefile provides two targets - `install` and `uninstall`. The `install` target sets up the necessary permissions, copies the script to the system's bin directory, creates an alias for 'za', and updates the bash configuration. The `uninstall` target removes the script, unaliases 'za', and updates the bash configuration accordingly.
```

0 comments on commit 02d1c73

Please sign in to comment.