From 690267fc3abb284278ae3ebc6efd22d4b73fa3da Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 20 Oct 2022 21:26:34 +0200 Subject: Fix some env variables and aliases --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bashrc') 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" -- cgit v1.2.3