Skip to content

Commit

Permalink
Powershell alias
Browse files Browse the repository at this point in the history
  • Loading branch information
clvv committed Mar 13, 2023
1 parent cc19d23 commit 8b42d7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .aliases
Expand Up @@ -23,7 +23,11 @@ alias du='du -h'
fi } >/dev/null

{ if command -v nvim; then
alias nv='nvim -u ~/.config/nvim/init-neo.vim'
alias nv='nvim'
fi } >/dev/null

{ if command -v powershell.exe; then
alias win='powershell.exe'
fi } >/dev/null

command -v free > /dev/null && \
Expand Down

0 comments on commit 8b42d7f

Please sign in to comment.