cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 9 months agoWhat's a handy terminal command you use often?message-squaremessage-square239fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 9 months agomessage-square239fedilink
minus-squareseth@lemmy.worldlinkfedilinkarrow-up0·9 months agoIn my ~/.bashprofile: alias resource="source ~/.bashprofile" In my terminal: resource Anything to save a few characters
minus-squareWorseDoughnut 🍩@lemdro.idlinkfedilinkEnglisharrow-up0·9 months agoI have cd && clear aliased as home Lazy aliases unite!
minus-squaretheshatterstone54@feddit.uklinkfedilinkarrow-up0·edit-29 months agoomz is bloat and slows fown your shell a lot. Just do this: https://www.youtube.com/watch?v=21_WkzBErQk And I’d recommend starship for a custom prompt, it’s really good: https://starship.rs Edit: For other ZSH nice-to-haves: https://www.youtube.com/watch?v=eLEo4OQ-cuQ
In my ~/.bashprofile:
alias resource="source ~/.bashprofile"
In my terminal:
resource
Anything to save a few characters
I have
cd && clear
aliased ashome
Lazy aliases unite!
exec $SHELL -l
deleted by creator
omz is bloat and slows fown your shell a lot. Just do this: https://www.youtube.com/watch?v=21_WkzBErQk
And I’d recommend starship for a custom prompt, it’s really good: https://starship.rs
Edit: For other ZSH nice-to-haves: https://www.youtube.com/watch?v=eLEo4OQ-cuQ
deleted by creator