My fish config
This commit is contained in:
3
functions/r2-cheat.fish
Normal file
3
functions/r2-cheat.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function r2-cheat --wraps='~/Documentos/Manual/radare2-cheatsheet.md' --wraps='less ~/Documentos/Manual/radare2-cheatsheet.md' --wraps='less ~/Documentos/Manuals/radare2-cheatsheet.md' --wraps='vim -R ~/Documentos/Manuals/radare2-cheatsheet.md' --wraps='glow -p ~/Documentos/Manuals/radare2-cheatsheet.md' --description 'alias r2-cheat glow -p ~/Documentos/Manuals/radare2-cheatsheet.md'
|
||||
glow -p ~/Documentos/Manuals/radare2-cheatsheet.md $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user