aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-02-25 19:20:55 -0500
committerSpacedio <spacedio@thernusen.net>2026-02-25 19:20:55 -0500
commit611326e7bc8dcbdc51de1e267e903608fb7d1c68 (patch)
treef40f9da7046cb26de1fcd04537ec5dd0de9dad84 /bashrc
parent18af786f099351186ecc5443aef707336fb7b3be (diff)
downloaddotfiles-611326e7bc8dcbdc51de1e267e903608fb7d1c68.tar.gz
Cleanup and modification of Yazi config. Also added some bash aliases.
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/.bashrc12
1 files changed, 11 insertions, 1 deletions
diff --git a/bashrc/.bashrc b/bashrc/.bashrc
index f3dfc73..95e2824 100644
--- a/bashrc/.bashrc
+++ b/bashrc/.bashrc
@@ -3,10 +3,20 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+#ALIASES
alias ls='ls --color=auto'
+alias l='ls -lahF'
alias code='code-oss'
-alias xi='xbps-install'
+alias xi='sudo xbps-install'
+alias xr='sudo xbps-remove'
+alias ..='cd ..'
+alias poweroff='sudo poweroff'
+alias reboot='sudo reboot'
+
+#EXPORTS
export EDITOR='nvim'
+
+#OTHER
PS1='[\u@\h \W]\$ '
function y() {