diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 07:50:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 07:50:14 -0500 |
| commit | 8e12ce5fb43f211ed6a1bd0414b3ee65c16598b7 (patch) | |
| tree | 50fe2c0c02859f65ff666c847b03009abbb7c6db | |
| parent | 9241ac779eb5a5a9168af38546dc44ebbbf4fbc0 (diff) | |
must ignore config.text
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | bashrc/.wit | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3196f73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +config.text +*.swp +go.* diff --git a/bashrc/.wit b/bashrc/.wit index 91e4f91..c0f5ccc 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -84,6 +84,7 @@ alias apt-find="apt-file search" # added 2024/12 alias apps="cd ~/go/src/go.wit.com/apps" alias proto="cd ~/go/src/go.wit.com/lib/protobuf" +alias toolkits="cd ~/go/src/go.wit.com/toolkits" # added 2025/08 alias ddd="dd status=progress oflag=dsync bs=1M" # alias to show dd progress. this should probably be the default for dd |
