Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vhbui02/36c5feb93f2dd275d20308f76ae85f50 to your computer and use it in GitHub Desktop.
Save vhbui02/36c5feb93f2dd275d20308f76ae85f50 to your computer and use it in GitHub Desktop.
[Some files I've changed but might be override to default by update in the future] #fish #linux

List of files i've changed

D:\Development_Tools\Visual Paradigm CE 17.0\bin: Visual Paradigm.exe to vp.exe

/usr/share/fish/functions/__fish_anypython.fish: I've changed:

for py in python3 python3.{9,8,7,6,5,4,3} python2 python2.7 python

to

for py in python python3 python3.{9,8,7,6,5,4,3} python2 python2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment