Some wayland-related changes

This commit is contained in:
Nise Void 2023-12-07 10:26:44 +01:00
parent b3e83db50b
commit 06cbd8fba9
3 changed files with 9 additions and 2 deletions

2
kshrc
View file

@ -8,7 +8,9 @@ alias gca='git commit --amend --no-edit'
alias gpf='git push --force-with-lease'
alias gs='git show'
alias gd='git diff'
alias gds='gd --staged'
alias gl='git log --pretty=format:"%C(auto)%h %>|(23)%C(blue)%ad%C(auto) %s" --date=relative'
alias sway='dbus-launch --exit-with-session sway'
if [ -e "$HOME/.kshrc_private" ]; then
. "$HOME/.kshrc_private"