fix: hyprltm keybind

This commit is contained in:
2026-04-15 06:30:00 +02:00
parent 66860070a9
commit 0724096134
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="$HOME/.local/bin:$PATH"