Skip to content

Instantly share code, notes, and snippets.

@guilt
Last active May 11, 2023 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilt/277f2634a23f95e5b39f6077d3f70320 to your computer and use it in GitHub Desktop.
Save guilt/277f2634a23f95e5b39f6077d3f70320 to your computer and use it in GitHub Desktop.
NuShell Windows
# Custom Aliases
alias dir = ls
alias del = rm
alias ren = mv
alias move = mv
alias rmdir = rm
alias rd = rmdir
alias open = start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment