File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source "$DIR"/../lib/complete-alias/complete_alias
6
6
if [ -x /usr/bin/dircolors ]; then
7
7
# shellcheck disable=SC2015 # we want to eval in the end in either case
8
8
test -r ~ /.dircolors && eval " $( dircolors -b ~ /.dircolors) " || eval " $( dircolors -b) "
9
- alias ls=' ls --color=auto'
9
+ alias ls=' ls --color=auto --hyperlink=always '
10
10
# alias dir='dir --color=auto'
11
11
# alias vdir='vdir --color=auto'
12
12
17
17
18
18
# some more ls aliases
19
19
if hash eza 2> /dev/null; then
20
- alias ll=' eza --long --group --all --all --group-directories-first'
20
+ alias ll=' eza --long --group --all --all --group-directories-first --hyperlink '
21
21
else
22
22
alias ll=' ls -alF'
23
23
fi
97
97
if hash github-copilot-cli 2> /dev/null; then
98
98
eval " $( github-copilot-cli alias -- " $0 " ) "
99
99
fi
100
+
101
+ if hash kitty 2> /dev/null; then
102
+ alias mg=' kitty +kitten hyperlinked_grep --smart-case'
103
+ fi
You can’t perform that action at this time.
0 commit comments