Skip to content

Instantly share code, notes, and snippets.

@kalaschnik
Last active April 13, 2020 16:07
Show Gist options
  • Save kalaschnik/3f42ac69804f7f8dcdf9a8fc9769b17d to your computer and use it in GitHub Desktop.
Save kalaschnik/3f42ac69804f7f8dcdf9a8fc9769b17d to your computer and use it in GitHub Desktop.
random stuff

FFmpeg

Add to Path (Windows)

Run in elevated cmd: setx /M PATH "%PATH%;C:\ffmpeg\bin"

fish <><

Abbreviations

abbr -a -g cdgit cd /mnt/d/Steven/git/
abbr -a -g cdws cd /mnt/d/OneDrive/WorkSpaces/
abbr -a -g gitgraph git log --all --decorate --oneline --graph
abbr -a -g dirrefresh "while true; clear; ls; sleep 1; end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment