Skip to content

Commit

Permalink
Removed unused code (#929)
Browse files Browse the repository at this point in the history
Copy and paste from Devcontainer.
  • Loading branch information
freemanjp authored Sep 17, 2023
1 parent 0e09b4b commit 30a368b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provisioning/roles/zsh/files/custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ fi

if (( $+commands[xdg-open] )); then
alias open='xdg-open'
else
alias open='code --reuse-window'
alias xdg-open='code --reuse-window'
fi

alias la='ls -lAFh'
Expand Down

0 comments on commit 30a368b

Please sign in to comment.