summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 07:50:14 -0500
committerJeff Carr <[email protected]>2025-10-16 07:50:14 -0500
commit8e12ce5fb43f211ed6a1bd0414b3ee65c16598b7 (patch)
tree50fe2c0c02859f65ff666c847b03009abbb7c6db
parent9241ac779eb5a5a9168af38546dc44ebbbf4fbc0 (diff)
must ignore config.text
-rw-r--r--.gitignore3
-rw-r--r--bashrc/.wit1
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