From e1a0d04706b8636c64714ee3f26b0575340d4533 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 22 Jul 2025 10:50:24 +0200 Subject: [PATCH] work on shell env --- dot_aliases | 2 +- dot_environment | 1 - dot_zsh_plugins.txt | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dot_aliases b/dot_aliases index 5f0e1a5..40d302c 100644 --- a/dot_aliases +++ b/dot_aliases @@ -1,7 +1,7 @@ # colorize output alias ls='ls --color=auto' alias l='ls --color=auto -lFh' -alias ll='ll --color=auto' +alias ll='ls -lah --color=auto' # always create subdirs alias mkdir='mkdir -p' diff --git a/dot_environment b/dot_environment index b1cc40b..ed0af4e 100644 --- a/dot_environment +++ b/dot_environment @@ -18,4 +18,3 @@ fi export PATH="${PATH}:$HOME/.local/bin" export PATH="${PATH}:$HOME/bin" export PATH="${PATH}:$HOME/.cargo/bin" - diff --git a/dot_zsh_plugins.txt b/dot_zsh_plugins.txt index 70ee8cf..19cc6aa 100644 --- a/dot_zsh_plugins.txt +++ b/dot_zsh_plugins.txt @@ -5,7 +5,7 @@ belak/zsh-utils path:editor # allow vim bindings # completions and suggestions zsh-users/zsh-history-substring-search -zsh-users/zsh-completions # additionally completions +zsh-users/zsh-completions zsh-users/zsh-autosuggestions djui/alias-tips @@ -17,8 +17,8 @@ sunlei/zsh-ssh ohmyzsh/ohmyzsh path:plugins/git ohmyzsh/ohmyzsh path:plugins/command-not-found -ohmyzsh/ohmyzsh path:plugins/common-aliases +#ohmyzsh/ohmyzsh path:plugins/common-aliases zsh-users/zsh-syntax-highlighting -aikow/zsh-auto-ls +desyncr/auto-ls