Archived
0
0
Fork 0

dotfiles update

This commit is contained in:
Daryl Ronningen 2022-07-11 06:18:31 -07:00
parent f76db7a177
commit 83b4203efa
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 19 additions and 2 deletions

17
.emptty
View file

@ -1,4 +1,19 @@
#!/bin/sh
Selection=true
LoginShell=/bin/bash --login
LoginShell=/bin/zsh --login
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
pipewire &
pipewire-pulse &
pipewire-media-session &
exec dbus-launch $@

4
.zshrc
View file

@ -1,3 +1,6 @@
# Set PATH
export PATH=$PATH:$HOME/.spicetify
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@ -44,7 +47,6 @@ alias rr="curl -s -L http://bit.ly/10hA8iC | bash"
alias cat="bat"
alias parrot="curl parrot.live"
alias neofetch="neofetch | lolcat"
alias grep="batgrep"
alias man="batman"
alias gitdiff="batdiff"