Skip to content

Commit 128effe

Browse files
committed
nightly
1 parent f80b16c commit 128effe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.zshrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ alias open='"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"'
358358
#sudo ln -s /mnt/c/Program\ Files\ (x86)/Microsoft/Edge/Application/msedge.exe /usr/bin/edge
359359
#mkdir -p /usr/bin/chrome && ln -sn "/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe" /usr/bin/chrome
360360

361-
alias ls='pwd; ls --color' # Alias 'ls' to: pwd + ls + color.
361+
# alias ls='pwd; ls --color' # Alias 'ls' to: pwd + ls + color.
362+
alias ls='ls --color' # Alias 'ls' to: pwd + ls + color.
362363

363364
#deno install
364365
export DENO_INSTALL="/home/leoadmin/.deno"

0 commit comments

Comments
 (0)