summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-05-22 20:51:22 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-05-22 20:51:22 -0400
commit8d71a22569315b56144799b96f7d2dec7cc0f1c9 (patch)
tree102e0575499c9e4c825af4463da9a129189b6e1d /.bashrc
parent825e81343502ae9ad15a70c7f52634617d865b6d (diff)
better scripts and sleep toggle
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 12 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 9bbdbd2..fdf628b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -19,9 +19,19 @@ shopt -s autocd # Equivalent to setopt autocd
# Disable Beep
bind 'set bell-style none'
-# Aliases
-alias ls='ls --color=auto'
+# Aliases that significantly change function
+alias cp="cp -iv"
+alias mv="mv -iv"
+alias rm="rm -Iv"
+alias mkdir="mkdir -pv"
+
+
+# Juice Aliases
+alias ls='ls -hN --color=auto --group-directories-first'
alias grep='grep --color=auto'
+alias diff='diff --color=auto'
+alias ip='ip -color=auto'
+alias tree='tree --gitignore -I .git'
# Flow control
stty -ixon