summaryrefslogtreecommitdiffstats
path: root/.config/shell
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2025-02-13 14:13:49 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2025-02-13 14:13:49 +0530
commit8a2e1006b3b272126332aa064f3ad95387129544 (patch)
tree944c80ac612a65980d94a54ba11b6c7102037ecf /.config/shell
parentdcbb16d8b08ff5956abef5e6478b59df2e93ad35 (diff)
downloaddotfiles-8a2e1006b3b272126332aa064f3ad95387129544.tar.gz
dotfiles-8a2e1006b3b272126332aa064f3ad95387129544.tar.bz2
dotfiles-8a2e1006b3b272126332aa064f3ad95387129544.zip
new dot filesHEADmaster
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile4
-rw-r--r--.config/shell/shortcutenvrc30
2 files changed, 33 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index c8b328a..ad06fd4 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -13,7 +13,7 @@ unsetopt PROMPT_SP
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="firefox"
+export BROWSER="qutebrowser"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"
@@ -154,3 +154,5 @@ fi
# Switch escape and caps if tty and no passwd required:
sudo -n loadkeys ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/ttymaps.kmap 2>/dev/null
+
+
diff --git a/.config/shell/shortcutenvrc b/.config/shell/shortcutenvrc
new file mode 100644
index 0000000..84de475
--- /dev/null
+++ b/.config/shell/shortcutenvrc
@@ -0,0 +1,30 @@
+# vim: filetype=sh
+[ -n "cac" ] && export cac="/home/surgot/.cache"
+[ -n "cf" ] && export cf="/home/surgot/.config"
+[ -n "D" ] && export D="/home/surgot/Downloads"
+[ -n "d" ] && export d="/home/surgot/Documents"
+[ -n "dt" ] && export dt="/home/surgot/.local/share"
+[ -n "rr" ] && export rr="/home/surgot/.local/src"
+[ -n "h" ] && export h="/home/surgot"
+[ -n "m" ] && export m="/home/surgot/Music"
+[ -n "mn" ] && export mn="/mnt"
+[ -n "pp" ] && export pp="/home/surgot/Pictures"
+[ -n "sc" ] && export sc="/home/surgot/.local/bin"
+[ -n "src" ] && export src="/home/surgot/.local/src"
+[ -n "vv" ] && export vv="/home/surgot/Videos"
+[ -n "bf" ] && export bf="/home/surgot/.config/shell/bm-files"
+[ -n "bd" ] && export bd="/home/surgot/.config/shell/bm-dirs"
+[ -n "cfx" ] && export cfx="/home/surgot/.config/x11/xresources"
+[ -n "cfb" ] && export cfb="~/.local/src/dwmblocks/config.h"
+[ -n "cfv" ] && export cfv="/home/surgot/.config/nvim/init.vim"
+[ -n "cfz" ] && export cfz="/home/surgot/.config/zsh/.zshrc"
+[ -n "cfa" ] && export cfa="/home/surgot/.config/shell/aliasrc"
+[ -n "cfp" ] && export cfp="/home/surgot/.config/shell/profile"
+[ -n "cfm" ] && export cfm="/home/surgot/.config/mutt/muttrc"
+[ -n "cfn" ] && export cfn="/home/surgot/.config/newsboat/config"
+[ -n "cfu" ] && export cfu="/home/surgot/.config/newsboat/urls"
+[ -n "cfmb" ] && export cfmb="/home/surgot/.config/ncmpcpp/bindings"
+[ -n "cfmc" ] && export cfmc="/home/surgot/.config/ncmpcpp/config"
+[ -n "cfl" ] && export cfl="/home/surgot/.config/lf/lfrc"
+[ -n "cfL" ] && export cfL="/home/surgot/.config/lf/scope"
+[ -n "cfX" ] && export cfX="/home/surgot/.config/nsxiv/exec/key-handler"