aboutsummaryrefslogtreecommitdiff
path: root/bash/dot-config/shellshort
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-23 15:03:10 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-23 15:03:10 -0500
commit36a274dbc066068ff25b839e21ce3b82ec292c88 (patch)
tree7e3de8bafab79cfa86c93f467413b8f43273a8a5 /bash/dot-config/shellshort
parentb29aab34dff6b76fd8eb067d51d2fe41be594616 (diff)
big updatesHEADmain
Diffstat (limited to 'bash/dot-config/shellshort')
-rw-r--r--bash/dot-config/shellshort/bm-dirs4
-rw-r--r--bash/dot-config/shellshort/shortcutenvrc5
-rw-r--r--bash/dot-config/shellshort/shortcutrc5
-rw-r--r--bash/dot-config/shellshort/zshnameddirs4
4 files changed, 2 insertions, 16 deletions
diff --git a/bash/dot-config/shellshort/bm-dirs b/bash/dot-config/shellshort/bm-dirs
index 4ecd6c0..1b26d16 100644
--- a/bash/dot-config/shellshort/bm-dirs
+++ b/bash/dot-config/shellshort/bm-dirs
@@ -1,2 +1,2 @@
-mit $HOME/mit/18.650-spring-26/
-linatt $HOME/mit/linear-attention/
+mit $HOME/teaching/18.650-spring-26/
+linatt $HOME/research/linear-attention/
diff --git a/bash/dot-config/shellshort/shortcutenvrc b/bash/dot-config/shellshort/shortcutenvrc
deleted file mode 100644
index 8f0b3fb..0000000
--- a/bash/dot-config/shellshort/shortcutenvrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# vim: filetype=sh
-[ -n "mit" ] && export mit="/home/moreka/mit/18.650-spring-26/"
-[ -n "linatt" ] && export linatt="/home/moreka/mit/linear-attention/"
-[ -n "cala" ] && export cala="/home/moreka/.config/alacritty/alacritty.toml"
-[ -n "cnir" ] && export cnir="/home/moreka/.config/niri/config.kdl"
diff --git a/bash/dot-config/shellshort/shortcutrc b/bash/dot-config/shellshort/shortcutrc
deleted file mode 100644
index e8571c1..0000000
--- a/bash/dot-config/shellshort/shortcutrc
+++ /dev/null
@@ -1,5 +0,0 @@
-# vim: filetype=sh
-alias mit="cd /home/moreka/mit/18.650-spring-26/ && ls -A" \
-linatt="cd /home/moreka/mit/linear-attention/ && ls -A" \
-cala="$EDITOR /home/moreka/.config/alacritty/alacritty.toml" \
-cnir="$EDITOR /home/moreka/.config/niri/config.kdl" \
diff --git a/bash/dot-config/shellshort/zshnameddirs b/bash/dot-config/shellshort/zshnameddirs
deleted file mode 100644
index d7453ec..0000000
--- a/bash/dot-config/shellshort/zshnameddirs
+++ /dev/null
@@ -1,4 +0,0 @@
-hash -d mit=/home/moreka/mit/18.650-spring-26/
-hash -d linatt=/home/moreka/mit/linear-attention/
-hash -d cala=/home/moreka/.config/alacritty/alacritty.toml
-hash -d cnir=/home/moreka/.config/niri/config.kdl