Compare commits

..

2 commits

Author SHA1 Message Date
40a245774e
[hlwm] commented out duplicate xmodmap call 2021-05-15 13:55:11 +02:00
1046b85d2b
[zsh] clean up 2021-05-15 13:54:55 +02:00
2 changed files with 15 additions and 5 deletions

View file

@ -33,7 +33,7 @@ if hc silent new_attr bool my_not_first_autostart; then
# investiged more into the issue.
systemctl --user start pipewire &
# TODO: trigger this in ~/.xprofile?
xmodmap ~/.Xmodmap
#xmodmap ~/.Xmodmap
fi
# remove all existing keybindings

View file

@ -1,5 +1,5 @@
# ZSH Configuration
# Marcel Kapfer (c) 2019
# Marcel Kapfer (c) 2019-2021
# MIT License
# Hide user- and hostname when on local machine
@ -21,7 +21,7 @@ fi
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster"
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@ -65,7 +65,7 @@ HIST_STAMPS="dd/mm/yyyy"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# 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
@ -90,7 +90,7 @@ export VISUAL='es'
# fi
# Compilation flags
export ARCHFLAGS="-arch x86_64"
#export ARCHFLAGS="-arch x86_64"
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"
@ -135,3 +135,13 @@ alias q=' exit'
alias Q=' exit'
alias x=' exit'
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"