diff options
author | ThanosApollo <[email protected]> | 2022-10-11 07:24:31 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-11 07:24:31 +0300 |
commit | 1b5354a6dd6f856831a01f7b157d235778aafb07 (patch) | |
tree | 4b679836a036b7902572840ca3ca802ab10006a2 | |
parent | 9c7b18e2958de74066a6af1ce38fba04d82607c8 (diff) |
Add yarn start alias
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ alias yt="yt-dlp" alias c="pavucontrol" alias r="ranger" +##yarn +alias sweb='BROWSER="firefox" yarn start' + #Autocompletion autoload -Uz compinit compinit |