summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-01-24 16:17:16 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-01-24 16:17:16 +0100
commit3cfa3e667731e47a0facb2b19fec8598984368c6 (patch)
treebbbf4d7f1369145281ec132b6bfaf3e455912e3d /.config/shell
parent4b5ba652f773a84d34f5f65e7504ef06fde17eae (diff)
downloaddotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.tar.gz
dotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.tar.bz2
dotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.zip
change envvarrc, aliasrc, .profile
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc8
-rw-r--r--.config/shell/envvarrc12
2 files changed, 11 insertions, 9 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 2168058..5bf3339 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -15,14 +15,14 @@ alias \
cp="cp -iv" \
echo="echo -n" \
journalctl="journalctl -xe" \
+ less="less -XER" \
+ ls="lsn" \
mkdir="mkdir -pv" \
mv="mv -iv" \
+ pstree="pstree -np" \
rm="logrm -vI" \
rmdir="rmdir -vp" \
rsync="rsync -vrPlu" \
- pstree="pstree -np" \
- less="less -XER" \
- ls="lsn" \
vim="nvim" \
# Colorize commands when possible.
@@ -69,3 +69,5 @@ alias \
ga="git add" \
gc="git commit" \
gp="git push" \
+ gr="git rm" \
+ gs="git status" \
diff --git a/.config/shell/envvarrc b/.config/shell/envvarrc
index 5357f95..81ff31f 100644
--- a/.config/shell/envvarrc
+++ b/.config/shell/envvarrc
@@ -43,6 +43,7 @@ export ENVVARRC="$ZDOTDIR/envvarrc"
# X / input
export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
export XINPUTRC="$XDG_CONFIG_HOME/x11/xinputrc"
+export XPROFILE="$XDG_CONFIG_HOME/x11/xprofile"
# Language runtimes & tools
@@ -63,6 +64,11 @@ export IPYTHONDIR="$XDG_CONFIG_HOME/ipython"
export RENPY_USER="$HOME/langs/python/renpy"
+# ZSH
+export ZVM_SYSTEM_CLIPBOARD_ENABLED="true"
+export ZVM_CLIPBOARD_COPY_CMD="xclip -selection clipboard"
+export ZVM_CLIPBOARD_PASTE_CMD="xclip -selection clipboard -o"
+
# Neovim
export NVIMPLUGINS="$XDG_CONFIG_HOME/nvim/lua/plugins"
export NVIMSNIPPETS="$XDG_CONFIG_HOME/nvim/lua/snips"
@@ -85,9 +91,3 @@ export OBSIDIAN_HOME="$XDG_CACHE_HOME/obsidian"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="UTF-8"
-
-
-# TEMPORARY
-export TRANSITLAND_API_KEY="Wj10MMRSKE4PJTNgtGLB5bK5cXd0Pyyr"
-export DUFFEL_API_TOKEN="duffel_test_I5aqDofO6D445pIQRsOZlU9leLCjSqfiQ7_B0G4SRxb"
-export GEOAPIFY_API_KEY="29df0878ddb04c6aaca758653f692eed"