diff --git a/base/_ll.ps1 b/base/_ll.ps1 index 7ab2815..f4c0061 100644 --- a/base/_ll.ps1 +++ b/base/_ll.ps1 @@ -1 +1 @@ -_ls -la $args +_ls -la --color=auto $args diff --git a/base/_ls.ps1 b/base/_ls.ps1 index 619c7f9..cf90a70 100644 --- a/base/_ls.ps1 +++ b/base/_ls.ps1 @@ -1 +1 @@ -env ls $args +env ls --color=auto $args diff --git a/shell-loading-snippets/bash b/shell-loading-snippets/bash old mode 100755 new mode 100644 diff --git a/shell-loading-snippets/sh b/shell-loading-snippets/sh old mode 100755 new mode 100644 diff --git a/shell-loading-snippets/zsh b/shell-loading-snippets/zsh old mode 100755 new mode 100644