From 36a274dbc066068ff25b839e21ce3b82ec292c88 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Mon, 23 Feb 2026 15:03:10 -0500 Subject: big updates --- bash/dot-config/shellshort/bm-dirs | 4 ++-- bash/dot-config/shellshort/shortcutenvrc | 5 ----- bash/dot-config/shellshort/shortcutrc | 5 ----- bash/dot-config/shellshort/zshnameddirs | 4 ---- 4 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 bash/dot-config/shellshort/shortcutenvrc delete mode 100644 bash/dot-config/shellshort/shortcutrc delete mode 100644 bash/dot-config/shellshort/zshnameddirs (limited to 'bash/dot-config/shellshort') 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 -- cgit v1.2.3-71-gdd5e