aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zprofile8
-rw-r--r--Shell/.zshrc1
2 files changed, 5 insertions, 4 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index b62655e..cb1ef7a 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -13,19 +13,19 @@ export TERMINAL="alacritty"
export BROWSER="chromium"
export WEBKIT_FORCE_SANDBOX=0
export PF_INFO="ascii title os memory uptime editor wm shell"
-export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
+export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMTRY_OPTOUT=1
export force_color_prompt=yes
export DOTNET_ROOT=~/.local/src/dotnet
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
-# Import path to systemd
-systemctl --user import-environment PATH SSH_AUTH_SOCK
-
# Setup debuginfod
sh /etc/profile.d/debuginfod.sh
+# Import path to systemd
+systemctl --user import-environment PATH SSH_AUTH_SOCK
+
# Run some programs
echo "Welcome to..."
figlet "Arch Linux"
diff --git a/Shell/.zshrc b/Shell/.zshrc
index 4b063db..7d718c3 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -97,6 +97,7 @@ bindkey -M menuselect 'k' vi-down-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
+bindkey '^l' clear
# Cursor
function zle-keymap-select {