Added cargo bin to path; added yara package
This commit is contained in:
parent
caf4bed854
commit
bd74ca2a70
@ -20,6 +20,7 @@
|
||||
gnumake
|
||||
|
||||
# Hacking
|
||||
yara
|
||||
nmap
|
||||
john
|
||||
ffuf
|
||||
|
@ -20,6 +20,10 @@
|
||||
update-all = "update-conf && update-home";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
'';
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "custom-functions";
|
||||
|
Loading…
x
Reference in New Issue
Block a user