mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
Alias VSCode Exploration while waiting for ARM stable release
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# OSX aliases
|
# OSX aliases
|
||||||
if [ $(uname) == "Darwin" ]; then
|
if [ $(uname) == "Darwin" ]; then
|
||||||
alias ls="ls -FG"
|
alias ls="ls -FG"
|
||||||
|
alias code="code-exploration"
|
||||||
else
|
else
|
||||||
alias ls="ls -F --color=auto"
|
alias ls="ls -F --color=auto"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user