aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-11-04 16:41:52 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-11-04 16:41:57 +0000
commitd46304378c03482ffdfb96fe582a95796b1db194 (patch)
treed16586d46c1bdca469d30e4b042b681e6229b428 /Shell
parentfe0c756636c88baeeb0b80ac3e8817b7049fe4b1 (diff)
downloaddotfiles-d46304378c03482ffdfb96fe582a95796b1db194.tar.gz
dotfiles-d46304378c03482ffdfb96fe582a95796b1db194.tar.bz2
dotfiles-d46304378c03482ffdfb96fe582a95796b1db194.zip
Small changes
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zprofile4
-rw-r--r--Shell/.zshrc3
2 files changed, 3 insertions, 4 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index a2da895..c2b2ab7 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -24,9 +24,9 @@ export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
sh /etc/profile.d/debuginfod.sh
# Import useful variables to systemd
-systemctl --user import-environment PATH SSH_AUTH_SOCK
+systemctl --user import-environment PATH SSH_AUTH_SOCK EDITOR
# Run some programs
echo "Welcome to..."
figlet "Arch Linux"
-/usr/bin/pfetch
+fastfetch
diff --git a/Shell/.zshrc b/Shell/.zshrc
index 6f78ee3..ae3dadc 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -35,7 +35,7 @@ autoload -U compinit
setopt autocd
export ZSH_THEME="af-magic"
PS1="%B%F{4}[%(4~|...|)%3~]
-%F{white}%F{2}%m%b%f> %k"
+%F{white}%n@%F{white}%F{2}%m%b%f> %k"
setopt BANG_HIST
setopt EXTENDED_HISTORY
@@ -75,7 +75,6 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,'
## Imports
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
-source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
## Vim binds