commit 3cf164e711d14df5fe5fdd29d93c3eb085e40dd1 parent 1c7f1b725bf89d7b253a39f2028fb380a0d407c5 Author: Linus <93053722+KoenigLinus@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:32:54 +0100 exec Diffstat:
A | .DS_Store | | | 0 | |
D | .bashrc | | | 18 | ------------------ |
2 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/.DS_Store b/.DS_Store Binary files differ. diff --git a/.bashrc b/.bashrc @@ -1,18 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -alias l='ls -lah --color=auto' -alias ll='ls -lh --color=auto' -alias grep='grep --color=auto' -alias bashrc="nvim ~/.bashrc" -alias sbashrc="source ~/.bashrc" -alias v="nvim" -alias p="sudo pacman" -alias c="clear" -alias n="neofetch" - -PS1='[\u@\h \W]\$ '