And so, I'm switcing to Fish ...(R)eason?

  Рет қаралды 1,994

Mii beta

Mii beta

Күн бұрын

Пікірлер: 74
@mii_beta
@mii_beta 18 сағат бұрын
and imagine, it was just yesterday i uploaded a ZSH guide 😅🤣😂
@AaronStarkLinux
@AaronStarkLinux 17 сағат бұрын
Something smells fishy here...
@MichaelWilliams-lr4mb
@MichaelWilliams-lr4mb 15 сағат бұрын
Nushell is written in Rust. It has plenty of updates and it's gaining in popularity. Did you check that out?
@riceontopofbeans534
@riceontopofbeans534 12 сағат бұрын
and the autocomplete is amazing!
@ff2400t
@ff2400t 11 сағат бұрын
Writing scripts in nushell is a joy too
@mii_beta
@mii_beta 10 сағат бұрын
yeap, i obviously have tried NuShell, i even have put it on KZbin, but tbh i havent seen for a while; i never liked "how" it was working, but i certainly need to recheck it; it's been like 2 years since the last time..
@MichaelWilliams-lr4mb
@MichaelWilliams-lr4mb Сағат бұрын
@@mii_beta Ah ok. I didn't even know about your channel back then. I really like Nushell but yeah, I can understand if you didn't like how it worked. For a while, so many changes were being made that I couldn't use it as a daily driver shell but now I feel like I can.
@kvdrr
@kvdrr 8 сағат бұрын
I've used fish for 3 years, moved back to zsh because it was annoying
@earth2k66
@earth2k66 4 сағат бұрын
3:15 My eyes 💀💀 Wasn't ready for that -Gyaat,- I mean Jumpscare 🙏
@jyothishkumar3098
@jyothishkumar3098 12 сағат бұрын
The (R) made me think ZSH became a registered trademark of Apple Inc.
@mii_beta
@mii_beta 10 сағат бұрын
one day, everything will be a registered trademark of Rust :)
@capnminus
@capnminus 15 сағат бұрын
the c++ hate is real
@sonulohani
@sonulohani 9 сағат бұрын
agree... legacy language lol, have they ever heard of modern c++?
@RustIsWinning
@RustIsWinning Сағат бұрын
Dont worry because C++ is still 2nd in the winners ranking!
@SpookyAlien-2001
@SpookyAlien-2001 17 сағат бұрын
Try Nushell where everything is structured data which I think where command shell are heading.
@tears_falling
@tears_falling 5 сағат бұрын
used fish for years, moved to zsh because fish isn't POSIX compliant and it gets very annoying fun fact: neither bash or zsh are fully POSIX compliant, it's all a mess
@stdprocedure
@stdprocedure 17 сағат бұрын
lmao the license
@julesoscar8921
@julesoscar8921 6 сағат бұрын
You can use the alt-arrow short cut to only use a part of the auto complete. This is very handy
@HoussamElbadissi
@HoussamElbadissi 17 сағат бұрын
make sure to put your custom glyphs in the "private use" unicode ranges, to not conflict with other characters (unless your intent is to fill regular text with Miis... that'd be understandable though)
@mii_beta
@mii_beta 17 сағат бұрын
aha, didn't even know about that! thanks!!
@BekoPharm
@BekoPharm 8 сағат бұрын
TIL: unicode has private use areas 🤯
@lipepaniguel
@lipepaniguel 2 сағат бұрын
it's look like I found another fellow rustacean 😊
@S.M_Gaming.
@S.M_Gaming. 7 сағат бұрын
"look at her butt" wtf is wrong with rust fellows
@dafzor
@dafzor 17 сағат бұрын
Waiting for the video announcing the switch to nushell for the full rust experience.
@S.M_Gaming.
@S.M_Gaming. 7 сағат бұрын
I think we should use C/C++ with rust for some point, C/C++ has a speed while rust has better safety and using llvm instructor it become much more easy to manage those projects.
@9SMTM6
@9SMTM6 2 сағат бұрын
Rust tends to be faster than C++ for general algorithms. It's usually competitive with C in speed.
@ac130kz
@ac130kz 3 сағат бұрын
nushell is sadly filled with bugs, fish is great, easy to configure and it's fast
@ravener83
@ravener83 3 сағат бұрын
Woah fish rewrite to rust was a surprise. I'm a big fan of fish. Unfortunate that you didn't like the completions, IMO the completions are the best part for me, I didn't use zsh because I couldn't get the same fish experience. It saves me typing and I'm no longer afraid of typing long commands because I can quickly find my history.
@mii_beta
@mii_beta 2 сағат бұрын
if you get used to ZSH completions (the defaults from OMZ) it's almost impossible to switch to Fish ...or it takes time anyway!
@reimunator
@reimunator 17 сағат бұрын
I recently moved to fish with starship too. It fills the wake that oh-my-zsh left. I am interested in your findings for AI in the terminal!
@mii_beta
@mii_beta 17 сағат бұрын
question: do you use the default Fish completions? and if yes, aren't annoying for you?
@FlanPoirot
@FlanPoirot 17 сағат бұрын
​@@mii_beta in the Rust rewrite Fish completion works the exact same as Zsh (at least for me, but I also don't ohmyzsh bc it got bad enough that it would take 1-2s to startup compared to my current setup)
@reimunator
@reimunator 17 сағат бұрын
@@mii_beta I don't hate it. I've experienced much worse implementations over the years. At least it does not hang for a few ms contemplating your next move.
@mii_beta
@mii_beta 17 сағат бұрын
@@FlanPoirot WHAT!?! AWESOME! will try 2morrow!!!
@gungun974
@gungun974 11 сағат бұрын
Welcome to Fish, since I was like you and I wanted so much having my little habit of ZSH in Fish, here some config line you may want to apply to your fish config. # For having the same default UP arrow previous command. bind -k up history-prefix-search-backward bind -k down history-prefix-search-forward bind \e\[A history-prefix-search-backward bind \e\[B history-prefix-search-forward # To disable the stupid autosuggestion (sorry I hate it) set -g fish_autosuggestion_enabled 0 # For having the good old `!!` for getting the previous command in the new one function __bind_bang switch (commandline -t)[-1] case "!" commandline -t -- $history[1] commandline -f repaint case "*" commandline -i ! end end bind ! __bind_bang Anyway Fish is a great shell and when I was able to add all of my little change, It's been a great experience a much faster than my old clunky oh my zsh ^^ I hope your journey will be great, specially with this Rust version.
@mii_beta
@mii_beta 9 сағат бұрын
hey, one more thing, auto-completions, how i can disable the full path? for example, instead of "cd Documents -> /Documents/one, Documents/two" to have "cd Documents -> one, two" etc..
@Speykious
@Speykious 6 сағат бұрын
I personally don't like fish, because it's too different from the POSIX shells like bash and zsh and it was starting to get annoying. I liked its autocompletion though. And definitely props to them for getting rid of C++
@benign4823
@benign4823 2 сағат бұрын
Neither Bash nor Zsh are POSIX, they have modes for it but they aren't compliant normally. But tbh it doesn't matter, both shebangs and "bash -c" exist since forever and can be used anywhere.
@raughboy188
@raughboy188 17 сағат бұрын
Can't wait to see guide to make custom fonts. I was looking how to make custom font because i am gonna overhaul my debian installation to make personal distro and aside of everything else having my own custom font on it would be cool.
@RustIsWinning
@RustIsWinning 17 сағат бұрын
Fish is winning! 🐠🦀
@TheBlenderblob
@TheBlenderblob 17 сағат бұрын
is it okay to watch these at 2x speed
@eajaykumar
@eajaykumar 12 сағат бұрын
Hehe new rust app ,maybe we will get pass over c and rust drama happening now , in future 😅😅 we will get a secure applications and linux
@gizzmoguy.
@gizzmoguy. 15 сағат бұрын
Font looks really nice 😁
@armandaneshjoo
@armandaneshjoo 15 сағат бұрын
Is mii using Google Chrome?
@gabrielelyas1868
@gabrielelyas1868 16 сағат бұрын
And at the end of the day you will return to the glorious bash lol
@mii_beta
@mii_beta 15 сағат бұрын
😭😭 the only time I use bash is to install zsh 🤷🏻‍♀️
@oserodal2702
@oserodal2702 7 сағат бұрын
​​@@mii_beta(Sadly) BASH has probably more lines of code written than any other programming language besides C or C++. Also, BASH programmers were the actual lambo programmers, even before the Perl and PHP hype guys.
@Kindly_Otter
@Kindly_Otter Сағат бұрын
So.. How much is the fish?
@CRYPTiCEXiLE
@CRYPTiCEXiLE Сағат бұрын
mc=midnight commander :P
@MdAsad-fm8lq
@MdAsad-fm8lq 12 сағат бұрын
Which font r you using for desktop?
@mii_beta
@mii_beta 10 сағат бұрын
KZbin sans!! ..it's not open, i just get it from Google css
@ninstars
@ninstars 6 сағат бұрын
Why is your name "Mii".
@darkenblade986
@darkenblade986 17 сағат бұрын
what about tako
@itsHanibee
@itsHanibee 13 сағат бұрын
lol, I just moved to zsh from fish yesterday.
@mii_beta
@mii_beta 10 сағат бұрын
why you did that? i mean why now? did you try fish-rs already?
@itsHanibee
@itsHanibee 10 сағат бұрын
@@mii_beta the language itself for a program kind of means nothing to me really, i'll try anything if it's good. i'm on zsh because i wanted to try it out.. and also because i spent the last 3 years on fish, it's time for a switch so I don't wall myself out of new experiences. i'm planning on staying on zsh for the foreseeable future because I'm enjoying my time with it so far.
@itsHanibee
@itsHanibee 10 сағат бұрын
@@mii_beta old comment was removed for unknown reasons, reposting but truncated. i'd use any program if it means it's good, the language itself has no bearing over my decisions. im moving because i've spent my time in the old shell for like 3 or so years now, i need to explore so i don't get stuck in an echo-chamber. so far im appreciating the straightforward nature of the new shell, planning on using it for the next few years before i try something else.
@CRYPTiCEXiLE
@CRYPTiCEXiLE Сағат бұрын
i use z shell
@bacalaofish8457
@bacalaofish8457 11 сағат бұрын
🐟🐟🐟
@MichaelDaCreator
@MichaelDaCreator 12 сағат бұрын
Why the obsession with rust?
@pai64
@pai64 11 сағат бұрын
easier to write and maintain but i don't think there is a reason on consumer side
@mii_beta
@mii_beta 10 сағат бұрын
@@pai64 i strongly disagree!! language and in general the Git activity, is the same important for consumers the exactly same way a license is..
@S.M_Gaming.
@S.M_Gaming. 7 сағат бұрын
@@pai64 C/C++ is fast but has a memory issue while Rust is safe but bloated.
@pai64
@pai64 7 сағат бұрын
@@mii_beta yeah you can expect faster development with rust and safer memory management. but even if it is harder to achieve, an awesome C developer could get the same results. BUT becoming an awesome C developer is very hard so I get what you mean. And when it is open source software, you will get a lot of mediocre developers contributing.
@oserodal2702
@oserodal2702 7 сағат бұрын
​@@S.M_Gaming.No... Most of the bloat a Hello World Rust binary has is the standard library and a panic handler that unwinds the stack. Remove these, and you'd reduce up to 85% of your binary size in your small Rust programs.
@yookoala
@yookoala 17 сағат бұрын
Nerd psychology is a thing, no doubt. 😂
@pako4555
@pako4555 11 сағат бұрын
so 71% rust code
@mii_beta
@mii_beta 10 сағат бұрын
haha, dont know why, but i checked it way after, after i was checking rust dependencies and porting commits etc ..
@rangelovd
@rangelovd 6 сағат бұрын
GNOME designer Tobias Bernard uses default fish and argues on their blog that it is better default than bash. Article name Doing Things That Scale
How to setup ZSH, Ollama and Shell GPT (Tutorial)
11:56
Mii beta
Рет қаралды 3 М.
I'm thinking to switch to Warp Terminal
8:35
Mii beta
Рет қаралды 4,4 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 11 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 59 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 23 МЛН
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 16 МЛН
Pipeline lets you watch YouTube from Piped proxies
7:12
Mii beta
Рет қаралды 14 М.
Recordbox ..like Rhythmbox but in Rust!
7:18
Mii beta
Рет қаралды 3,7 М.
Iced vs Slint  | Rust GUI Wars #1
10:07
Creative Coders
Рет қаралды 10 М.
GNOME Tweaks-X | The Last Tweaks App You'll EVER Need!
4:34
Mii beta
Рет қаралды 3,7 М.
8 AI Tools That Will Make You Rich in 2025!
15:58
Aurelius Tjin
Рет қаралды 6 М.
Building and Using an X11-LESS GNOME 47
4:30
Mii beta
Рет қаралды 3,4 М.
Setting Custom Folder Icon (workflow) | GNOME 47
3:51
Mii beta
Рет қаралды 3,2 М.
23 NEW Midjourney Tips because I like you
23:28
Future Tech Pilot
Рет қаралды 12 М.
Creating the best Web-Browsing Experience.. (with Navigator)
2:29
COSMIC | Syncing the theme with the wallpaper
2:47
Mii beta
Рет қаралды 3,3 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 11 МЛН