This is a small collection of aliases that I find useful when am kickin about in windows using zsh
Clone this repo to somewhere
Add the directory to your windows PATH
env variable
Sorted.
Alias(es) | Params | Purpose | Personal Rating |
---|---|---|---|
append-path |
path (defaults to %CD% ) |
Append directory to PATH | ⭐ ⭐ |
c |
* |
Opens VS Code in given directory ... rather than typing code ... |
⭐ |
ccdn , consecration-dotnet |
Removes all obj\ & bin\ directories in subdirectories |
⭐ ⭐ ⭐ ⭐ | |
f |
* |
Shorthand for gfortran |
⭐ |
gcp |
branch_name |
Calls git checkout %branch_name% && git pull |
⭐ ⭐ ⭐ |
GetOotMaSwamp |
Rather specific, install sysinternals' process manager (procexp64.exe ) in C:\tools\sysinternals\ |
⭐ | |
kk |
* |
Shorthand for kubectl |
⭐ |
lsa |
Shorthand for ls -f -l -h for a detailed view of dir contents |
⭐ ⭐ ⭐ | |
mkcd |
new_directory_name |
Calls mkdir %dir% && cd %dir% |
⭐ ⭐ ⭐ ⭐ |
TimeCmd.ps1 |
-Target {executable_file_path} |
A wrapper for timing how long a command takes | ⭐ ⭐ ⭐ |