summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-07-13 15:55:56 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-07-13 15:55:56 +0200
commit25214bae89edc73725271e5bf4bf36bd3df8df33 (patch)
treec191a0a45309667376c6bf5702cc8365fdf55a56 /bash
parente134128159fabc705881318ac9ba2a161e926bf0 (diff)
downloaddotfiles-25214bae89edc73725271e5bf4bf36bd3df8df33.tar.gz
dotfiles-25214bae89edc73725271e5bf4bf36bd3df8df33.zip
change from yay to paru
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 635ec52..12a3e69 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -15,6 +15,7 @@ alias :q="exit"
 alias ..="cd .."
 alias v="vim"
 alias reload-gpg="gpg-connect-agent reloadagent /bye"
+alias yay="paru"
 
 # Arrow bindings
 bind '"\e[A":history-search-backward'