aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 90e636a..a3adf36 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,6 +15,7 @@ if [[ $- != *i* ]] ; then
return
fi
+. $HOME/.profile
# Put your fun stuff here.
alias cls="clear"
@@ -25,9 +26,10 @@ then
alias cat="$BAT -p"
fi
-alias ls="$(which lsd || 'ls')"
+alias ls="$(which lsd || "ls -h -F --color=auto --group-directories-first")"
alias sudo="$(which doas || which sudo || 'su -c')"
alias codium="flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland"
+alias tmux="tmux -2"
for f in $HOME/.local/share/bash-completion/*; do
. "$f"