diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-06 20:45:22 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-06 20:45:22 -0500 |
commit | d68648a43c29f9c2f323df22b1b1347e53014d8d (patch) | |
tree | 0db2461efe22094f4ea15fa06505057887587d3d /home/config/zsh/zshrc | |
parent | fix ssh TERM, fix hyprlock exit (diff) | |
download | dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.gz dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.tar.bz2 dotfiles-guix-d68648a43c29f9c2f323df22b1b1347e53014d8d.zip |
add autocommit tooling, update commits
Diffstat (limited to 'home/config/zsh/zshrc')
-rw-r--r-- | home/config/zsh/zshrc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc index b7b4423..6f44d62 100644 --- a/home/config/zsh/zshrc +++ b/home/config/zsh/zshrc @@ -15,7 +15,7 @@ then fi PATH=$PATH:$HOME/.cargo/bin -PATH=$PATH:/var/lib/flatpak/exports/bin +PATH=$PATH:$HOME/.config/guix/scripts DOCKER_HOME="$HOME/.docker" # vim mode >:) @@ -30,19 +30,12 @@ else export PS1="$$USER: " fi -# reconfigure aliases -alias reconfigure-system="sudo -E guix system -L $HOME/.config/guix/modules reconfigure $HOME/.config/guix/systems/$(hostname).scm" -alias reconfigure-user="guix home -L $HOME/.config/guix/modules reconfigure $HOME/.config/guix/home/home.scm" -alias reconfigure-nix="home-manager switch" - # aliases -alias neo="pfetch" alias rf="rm -fr" # remove le french hon hon hon alias ls="ls --color=auto" alias ip="ip --color=auto" alias grep="grep --color=auto" alias diff="diff --color=auto" -alias ccat="highlight --out-format=ansi" alias vim="nvim" alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad @@ -87,8 +80,4 @@ bindkey "^F" ranger export GPG_TTY=$(tty) # ricing -export PF_CUSTOM_LOGOS="/home/freya/.config/zsh/pfetch_logos" - pfetch - -PWD="$HOME" |