From 5e83a094476f28eb77508c8b470efe3dfd56de83 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Fri, 9 Jan 2026 17:34:31 -0500 Subject: some big changes --- bash/dot-config/shellshort/bm-files | 5 +---- bash/dot-config/shellshort/shortcutrc | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'bash/dot-config/shellshort') diff --git a/bash/dot-config/shellshort/bm-files b/bash/dot-config/shellshort/bm-files index 4e2b76d..fd99fa2 100644 --- a/bash/dot-config/shellshort/bm-files +++ b/bash/dot-config/shellshort/bm-files @@ -1,5 +1,2 @@ cala $XDG_CONFIG_HOME/alacritty/alacritty.toml -cgho $XDG_CONFIG_HOME/ghostty/config -cvim $XDG_CONFIG_HOME/nvim/init.lua -chy $XDG_CONFIG_HOME/hypr/hyprland.conf -cway $XDG_CONFIG_HOME/waybar/config.jsonc +cnir $XDG_CONFIG_HOME/niri/config.kdl diff --git a/bash/dot-config/shellshort/shortcutrc b/bash/dot-config/shellshort/shortcutrc index 1eebef3..e701151 100644 --- a/bash/dot-config/shellshort/shortcutrc +++ b/bash/dot-config/shellshort/shortcutrc @@ -1,6 +1,3 @@ # vim: filetype=sh alias cala="$EDITOR /home/moreka/.config/alacritty/alacritty.toml" \ -cgho="$EDITOR /home/moreka/.config/ghostty/config" \ -cvim="$EDITOR /home/moreka/.config/nvim/init.lua" \ -chy="$EDITOR /home/moreka/.config/hypr/hyprland.conf" \ -cway="$EDITOR /home/moreka/.config/waybar/config.jsonc" \ +cnir="$EDITOR /home/moreka/.config/niri/config.kdl" \ -- cgit v1.2.3-71-gdd5e