dotfiles update
This commit is contained in:
parent
f76db7a177
commit
83b4203efa
2 changed files with 19 additions and 2 deletions
17
.emptty
17
.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 $@
|
||||
|
|
4
.zshrc
4
.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"
|
||||
|
||||
|
|
Reference in a new issue