From 6ed3c0f73348ea4350a811bbe5b22615b2090042 Mon Sep 17 00:00:00 2001 From: Timo Schmidt Date: Mon, 27 Mar 2023 18:15:05 +0200 Subject: [PATCH] .bashrc --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6434db9..06b5612 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ alias gca='git add * && git commit -m *' alias watch='watch -cn.1' alias push='git push origin master; git push gitea master' alias norm='alacritty -e sh -c '\''git rev-parse --show-toplevel || { echo "Exiting in 5"; sleep 1; echo "Exiting in 4"; sleep 1; echo "Exiting in 3"; sleep 1; echo "Exiting in 2"; sleep 1; echo "Exiting in 1"; sleep 1; } && cd "$(git rev-parse --show-toplevel)" && watch -cn.5 date \&\& norminette -R CheckForbiddenSourceHeader'\'' & disown' +alias l='ls -larthF --color=auto' jmp () { cd "$(find . -name "${1}" -print -quit)" if [ "${?}" = "0" ]; then @@ -40,7 +41,8 @@ PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\ ##----------------------------------------------------- ## better-ls if [ -f /nfs/homes/tischmid/.config/synth-shell/better-ls.sh ] && [ -n "$( echo $- | grep i )" ]; then - source /nfs/homes/tischmid/.config/synth-shell/better-ls.sh + : + # source /nfs/homes/tischmid/.config/synth-shell/better-ls.sh fi ##-----------------------------------------------------