#Cant use default apps in NNN
17 messages · Page 1 of 1 (latest)
I haven't used nnn in a while, but IIRC you have to define what programs open what files in the nnn config itself.
Yeah it's located in the nuke plugin.
Oh thanks, let me see if i can find it 😄
Thanks once again! I got it to work... althought to enable nuke i must put the flag -c when i open it. Is there a way to make nuke open by default when i open nnn?
Sorry for the late reply. Nnn needs the -c flag to read your config. Personally I just have the alias nnn='nnn -c' in my .bashrc.
No worries 🙂 THanks i was about to do the same, but for some strange reason oh my zsh is giving me a error when i put anything as an Alias... let me see if i can screenshot it
pixoul2 received a thank you cookie!
I'm not knowledgeable about zsh, but AFAIK alias works the same way in zsh as in bash.
Doesn't seem like an issue related to alias in the first place though. Does the alias work?
Nope :/
omg i just found the issue and it feels stupid that zsh shoudl care about this syntax. I had to remove the space between the = sign 😭
hate when i can't use my spaces
+1
looks so ugly without them
Ah... a classic. Does everything work as you wanted now?