summaryrefslogtreecommitdiff
path: root/home/config
diff options
context:
space:
mode:
Diffstat (limited to 'home/config')
-rw-r--r--home/config/zsh/zshrc13
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"