[zsh] clean up

This commit is contained in:
Marcel Kapfer 2021-05-15 13:54:55 +02:00
parent d32686572f
commit 1046b85d2b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# ZSH Configuration # ZSH Configuration
# Marcel Kapfer (c) 2019 # Marcel Kapfer (c) 2019-2021
# MIT License # MIT License
# Hide user- and hostname when on local machine # Hide user- and hostname when on local machine
@ -21,7 +21,7 @@ fi
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each # Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="agnoster" ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion. # Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true" # CASE_SENSITIVE="true"
@ -65,7 +65,7 @@ HIST_STAMPS="dd/mm/yyyy"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git adb battery bower coffee command-not-found debian gitignore github git-prompt gnu-utils node npm python web-search) # plugins=(git adb battery bower coffee command-not-found debian gitignore github git-prompt gnu-utils node npm python web-search)
# User configuration # User configuration
@ -90,7 +90,7 @@ export VISUAL='es'
# fi # fi
# Compilation flags # Compilation flags
export ARCHFLAGS="-arch x86_64" #export ARCHFLAGS="-arch x86_64"
# ssh # ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id" # export SSH_KEY_PATH="~/.ssh/dsa_id"
@ -135,3 +135,13 @@ alias q=' exit'
alias Q=' exit' alias Q=' exit'
alias x=' exit' alias x=' exit'
alias cd..='cd ..' alias cd..='cd ..'
######################
### GNU GUIX STUFF ###
######################
GUIX_PROFILE="$HOME/.guix-profile/"
GUIX_LOCPATH="$GUIX_PROFILE/lib/locale/"
. "$GUIX_PROFILE/etc/profile"
GUIX_PROFILE="$HOME/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"