Small changes

This commit is contained in:
2025-11-04 16:41:52 +00:00
parent fe0c756636
commit d46304378c
6 changed files with 11 additions and 41 deletions

View File

@@ -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

View File

@@ -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