fix: some things

This commit is contained in:
pika 2025-03-21 19:38:17 +01:00
parent 563ce9f013
commit 37b518c393
2 changed files with 13 additions and 2 deletions

13
.gitignore vendored
View file

@ -24,4 +24,15 @@ dotfiles/.local/share/zoxide/
dotfiles/.config/hypr/card
dotfiles/.icons/index.theme
neovide_backtraces.log
dotfiles/.config/hypr/monitors.conf
dotfiles/.config/alacritty
dotfiles/.config/ghostty
dotfiles/.config/gBar
dotfiles/.config/hyprpanel
dotfiles/.config/waybar
dotfiles/.config/ranger
dotfiles/.config/lf
dotfiles/.config/yazi
dotfiles/.config/nvim

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ─< Helper functions >─────────────────────────────────────────────────────────────────
function echo_error() { echo -e "\033[0;1;31mError: \033[0;31m\t${*}\033[0m"; }