diff options
| -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 |
