From 83b4203efabf9ebb1f62660f111be5333027b2a0 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 11 Jul 2022 06:18:31 -0700 Subject: [PATCH] dotfiles update --- .emptty | 17 ++++++++++++++++- .zshrc | 4 +++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.emptty b/.emptty index b576251..2d80a99 100644 --- a/.emptty +++ b/.emptty @@ -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 $@ diff --git a/.zshrc b/.zshrc index 826c931..21c3f3b 100644 --- a/.zshrc +++ b/.zshrc @@ -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"