summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-07-16 12:46:36 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-07-16 12:46:36 +0200
commit35f68a33ebbdd2547652a2f6010128d285705ad2 (patch)
tree2c88193b8d10340f136807c5d8dabe18e8890df9 /bash
parent25214bae89edc73725271e5bf4bf36bd3df8df33 (diff)
downloaddotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.tar.gz
dotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.zip
remove quickmarks (qute) and switch to yay again
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 12a3e69..635ec52 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -15,7 +15,6 @@ 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'