I am very new to bash. All I want to do is run this nvvp -vm /usr/lib64/jvm/jre-1.8.0/bin/java without having to remember the path at the end. I figured the instafix would be to just do this...
nvvp() {
nvvp -vm /usr/lib64/jvm/jre-1.8.0/bin/java
}
Then I could just call nvvp and it would boot up Nvidia's Visual Profiler. But this just crashes my terminal.