The Best Terminal Shell Ever Created

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 245

  • @garretmh
    @garretmh 2 месяца назад +142

    The way you introduced fish, I knew this could only end with PowerShell. Perfect video

  • @Linuxdirk
    @Linuxdirk 27 дней назад +5

    Had a full-on PowerShell on-the-job training some time ago. The PowerShell is actually one of the better products Microsoft ever made. Someone actually thought about what it does and how it does that. You can interface with (most of) the Windows APIs and also add custom stuff into it in a consistent way.
    I wouldn’t use it on Linux, though.

  • @romeozor
    @romeozor 2 месяца назад +51

    After nushell I had a feeling PowerShell was going to be the punchline

    • @Linuxdirk
      @Linuxdirk 27 дней назад

      Nushell is actually a quite good concept for a fully interactive shell meant for commandline scripting.

  • @dimlylitcorners
    @dimlylitcorners 2 месяца назад +16

    The main reason Apple went with zsh is the MIT licence, bash is GPL

  • @RenderingUser
    @RenderingUser 2 месяца назад +207

    I'm calling it. This is a primeagen reactable video

  • @qandak
    @qandak 2 месяца назад +43

    Any shell could be better than another, until the first remote SSH!

  • @UliTroyo
    @UliTroyo 2 месяца назад +151

    Nushell is amazing. I've automated so many aspects of my workflow just because it's easy and fun now.

    • @KSPAtlas
      @KSPAtlas 2 месяца назад +4

      Yeah, nushell is great, being able to just string together primitives to get something more easily than bash is great, also it's a decent scripting language too

    • @sininenblue9161
      @sininenblue9161 2 месяца назад +3

      It's amazing, plus it's cross platform so I can use it on my windows and linux machine, my only problem with it is that python venv doesn't have an activate script for it which is mildly annoying

    • @germandavid2520
      @germandavid2520 2 месяца назад

      @@sininenblue9161 I have that problem too, I think they did a PR to get nushell working with python-venv, but it was rejected because nushell is not in version 1.0, so is not stable.

    • @atiedebee1020
      @atiedebee1020 2 месяца назад +2

      It also does everything through json which is just... Horrendous

    • @GeorgeAdams
      @GeorgeAdams 2 месяца назад +1

      I got into it early and my scripts kept breaking. Are their utilities stable now?

  • @ShinSpiegel
    @ShinSpiegel 2 месяца назад +162

    You last shell gives me PTSD

  • @5argan
    @5argan 2 месяца назад +214

    I mean powershell also uses structured data kinda like nushell so I guess they must be equal

    • @victoralmanzar1273
      @victoralmanzar1273 2 месяца назад +15

      PowerShell is the OG Nushell.

    • @onebacon_
      @onebacon_ 2 месяца назад +25

      Powershell is actually pretty useful

    • @darthwalsh1
      @darthwalsh1 2 месяца назад +7

      Like xonsh, but you can mix C# code with your pwsh scripts if you want to access .NET classes with normal syntax. I wouldn't have picked pwsh as my shell, except it works on *all* platforms I need

    • @colton3507
      @colton3507 2 месяца назад +3

      That was my first thought. Powershell is the sleeper shell

    • @chadyways8750
      @chadyways8750 2 месяца назад +13

      Powershell is great, except for it's syntax which drives me nuts

  • @milind006
    @milind006 2 месяца назад +18

    Okay, that ending was legit funny. It made me breathe out quite audibly.

  • @J-Random-Luser
    @J-Random-Luser 2 месяца назад +5

    For what its worth, the original Bourne Shell isnt actually proprietary anymore. Research UNIX (at least up to and including 7) have been relicensed under an open source license (although, we don’t necessarily have the source), but I believe we have v7’s source, which is probably pretty close, more or less.

  • @giansingh4710
    @giansingh4710 2 месяца назад +19

    Me at the end of the video:
    What the SHELLL!?!?

  • @VirtualShaft
    @VirtualShaft 2 месяца назад +67

    Fish master race

    • @DissociatedWomenIncorporated
      @DissociatedWomenIncorporated 2 месяца назад +5

      Rise, my fishy brethren! Rise and take back this world from the surface dwellers, the dry abominations!

  • @ejazahmed4609
    @ejazahmed4609 2 месяца назад +118

    Dunkey style video.

    • @FranciscoJAceves
      @FranciscoJAceves 2 месяца назад +7

      We can say that this is the first Dunkey-type game... err I mean video ever.

  • @EzekielWarren
    @EzekielWarren 2 месяца назад +1

    I started using nushell awhile ago and I love it. I don't want to go back. It was especially useful for me since I constantly have to switch environments with my job. It's really nice having a shell that (almost) works exactly the same on every os.

  • @olokelo
    @olokelo 2 месяца назад +33

    Very good video. I felt fireship vibes in your humor ;)
    Also I can agree with fish being very hard to switch away from, auto completion really helps a ton.

  • @vidal9747
    @vidal9747 2 месяца назад +3

    The beginning of this video totally explains why we learn Fortran 77 in intro to computational physics in college (year 2023). Professors are just unable to learn something new. They are unwilling to teach in a better and more maintainable way. They think that learning to use code that is absolutely hell to maintain is somehow good.

  • @leandrosl86
    @leandrosl86 2 месяца назад +3

    My firist contact with Fish started 20 years ago. Blowing my mind when i see everthing colored to guy like that not using linux terminal. Today, watching your video i really happy to see Fish again and think "ohh my god this still existing? Look this, is looking better tha 20 years a go"

  • @j1d7s
    @j1d7s 2 месяца назад +6

    That was very funny and interesting! I should have seen it coming which shell "won" 😄. Thanks for reminding me about Nushell, usually I am on zsh, but after revisiting Nushell I think I will jump into it from time to time.

  • @dave7244
    @dave7244 21 день назад

    3:03 Apple used to ship Bash by default. The reason they ship ZSH now is because Bash updated their licensing to GPLv3. So they had to either keep an old version of BASH with the GPLv2 or Remove Bash and ship something else that has a more permissive license.

  • @basilefff
    @basilefff 2 месяца назад +5

    I mean, I switched to nushell some time ago, and even though it is still very fresh software, it just feels so incredible to get good at

  • @outoftime9071
    @outoftime9071 2 месяца назад +2

    Never have I ever thought that shell can be used this many times in a video

  • @tagKnife
    @tagKnife Месяц назад +1

    NuShell mentioned.
    I love nushell, Honestly the best shell ever.

  • @ignaciogonzalez3543
    @ignaciogonzalez3543 2 месяца назад +4

    If I took a shot every time you say "shell" I will fall in a alcaholic coma

    • @spaghettiking653
      @spaghettiking653 22 дня назад

      If I took a shot every time you misspelled "alcoholic" I'd probably be fine but I still thought it'd be funny to point out

  • @GetAnAndroid
    @GetAnAndroid 2 месяца назад +45

    Powershell 🤣 that one really got me

    • @anonymousalexander6005
      @anonymousalexander6005 2 месяца назад +6

      All hail the king of sysadmin scripts, the holy Powershell!!!

    • @bart2019
      @bart2019 2 месяца назад +4

      I hate PowerShell. It's the most "copy/paste only" abomination ever created, at last on Windows.

    • @anonymousalexander6005
      @anonymousalexander6005 2 месяца назад +8

      @@bart2019 ? maybe you're talking about the outdated Windows Powershell? Powershell 6/7 is actually godlike, even without .NET interoperability.

  • @georgekatasev7866
    @georgekatasev7866 2 месяца назад +1

    Absolutely adore your video style, both informative and memy(which suprisingly really helps with learning)

  • @chyldstudios
    @chyldstudios 2 месяца назад +6

    "sh", the OG, for the win

  • @dzuchun
    @dzuchun 2 дня назад

    "backwards-compatible, but not always" 😂😂❤

  • @RenderingUser
    @RenderingUser 2 месяца назад +2

    I use nushell and Fish shell and bash at the same time. Bash for when i copy paste in a command. Nu shell for normal use. And fish to be able to ctrl+z and fg, and remember directory specific history and time commands to milliseconds

  • @Sean_neaS
    @Sean_neaS 2 месяца назад +1

    It's easier if you thing of your interactive shell and your scripting shell as different. Your interactive shell can be an shiny new thing you like. You might want something you can use at home and at work but you don't need to. Your scripting shell can vary, just put the shebang at top to say what it is:
    I use #!/bin/sh for simple script #!/bin/bash for if I know i'm using bash features.

  • @ivlis.w8630
    @ivlis.w8630 Месяц назад

    This video made me know nushell and start using it, still getting used to it but pretty good and interesting

  • @kainoa82858
    @kainoa82858 22 дня назад

    The best shell is the one that fits your workflow and habits the best

  • @skorp5677
    @skorp5677 2 месяца назад +9

    Ok, is there anyone with more than a month of PowerShell experience that actually dislikes it? I haven't worked with nushell but if you have ever had actual objects on the terminal, nothing will ever get me back to working with strings.
    There are some caveats, of cause. It is by MS, it breaks with a lot of shell traditions (capitalisation, dashes in front of parameters...), is a little too Windows specific, esp. regarding paths but that's all way better than bash still.
    My main complaint is actually that it is used in places, where a propper programming language would fit better.

  • @jrobiii1
    @jrobiii1 2 месяца назад +4

    Love it! The whole time I was like "Well, you can do that with PowerShell" and the ending made me spew coffee out my nose. I'm all for using the right tool for the job, but I keep coming back to PowerShell, even and sometimes especially in Linux.

  • @LinuxPlayer9
    @LinuxPlayer9 2 месяца назад +5

    I love this video. By the way I've written an install script in batch. And this script gets stuck at different points depending on the machine it runs on. It is awful.

  • @RC-14
    @RC-14 26 дней назад

    Sums it up pretty well.
    Personally I stopped at ZSH and am thinking about going back to bash.

  • @megaxlrful
    @megaxlrful 2 месяца назад +2

    And still I feel like Bash is just fine for my needs. I basically just open my terminal to run vim, git, curl, fzf and grep. I did patch over the rougher things with bash using zoxide and starship. but at least all scripts just work out of the box since nobody is breaking compatibility with bash :P

    • @anon_y_mousse
      @anon_y_mousse 2 месяца назад +1

      I pretty much live in the terminal, and I use Bash, but it's mostly vanilla except for a few autocomplete enhancements. I use `wget` over `curl` for most things, but I do like using `fzf` to select from lists. I wrote a script to generate a list of GH projects associated with a username and store it as a series of URLs, and I use `fzf` to select from the list quicker when cloning the repos with `git`.

    • @ser_igel
      @ser_igel Месяц назад +1

      bash is just fine for almost anyone's needs but it's nice to have syntax highlighting and transient prompt (those are things that moved me to zsh in the first place, even before getting a mac)

  • @ser_igel
    @ser_igel Месяц назад

    jokes aside, the rule for me is, i use pretty heavily configured zsh (and nvim and tmux) on both my work and home machines
    but i'm keeping myself familiar with default zero-aliased bash, vim with just nu rnu (and tabstop/autoindent if needed) and default tmux prefix and keybinds because as it's been said here, you can find those three on pretty much anything useful

  • @sarojregmi200
    @sarojregmi200 Месяц назад

    You earned a new subscriber.

  • @VanStabHolme
    @VanStabHolme 2 месяца назад +1

    I keep using zsh because of its extended globbing and completion. Not much people give a damn about backwards comparability, it's usually just using Perl or Python (and sometimes NodeJS) for anything scripting related.
    Writing a script in a shell is succumbing to string-oriented programming, and shells like Nu, Fish and **cough** *Powershell* make it simpler by introducing better syntax and/or organizing the data in a more meaningful way.

  • @dytra_io
    @dytra_io 2 месяца назад

    lmfao you made my day man. auto subscribe!

  • @AlienX-p2f
    @AlienX-p2f Месяц назад

    Honestly, good content. Keep it up!

  • @dgtemp
    @dgtemp 2 месяца назад +2

    I use pwsh with plugins and it works great!

  • @ozmosyd
    @ozmosyd 2 месяца назад

    Excellent ... ya got me chap😉

  • @GuzikPL4
    @GuzikPL4 2 месяца назад +7

    6:58 perfect ending xD

  • @obrigota
    @obrigota Месяц назад +1

    It feels like watching a video about Fate chronology or which version of Saber (Artoria) is this

  • @TheNoirKamui
    @TheNoirKamui 2 месяца назад

    I absolutely love fish with starship, but... I don't know if I would one day move to nushel, it feels like stdout is out of the window with this one...

  • @Ozzymand
    @Ozzymand 18 дней назад

    zsh is quite literally, the perfect cut off point for shell scripting. It has plugins and enough backwards compatibility with sh.

  • @cokoala5137
    @cokoala5137 2 месяца назад +1

    Nushell has had such a great ROI for me at work

  • @mushroomjuise2349
    @mushroomjuise2349 2 месяца назад +2

    i like your funny words magic man

  • @TomAtkinson
    @TomAtkinson Месяц назад

    Spooky ending! You just made me install zsh, then fish... then I paused for a bit. But now Im off to install the winner

  • @sachahjkl
    @sachahjkl 25 дней назад

    A shell is not a shell of the terminal but of the underlying operating system

  • @TheRealCasadaro
    @TheRealCasadaro Месяц назад

    I was wondering if you would include PowerShell

  • @LambdaCreates
    @LambdaCreates 2 месяца назад +11

    Bro called Windows trash at the start and then called Powershell the best shell at the end

  • @Echiduna
    @Echiduna 2 месяца назад

    Amazing video! Love this one so much just because I used all those, scripted thousands of lines and suffered a lot😢, including that no doubt best shell PowerShell. All I want now is a god damn magic spell but not a shell.😂

  • @yehudahecht1520
    @yehudahecht1520 2 месяца назад

    I've fallen in love with Korn. Someone save me.

  • @magnusphilosophus506
    @magnusphilosophus506 2 месяца назад +1

    M-x butterfly is the best shell, can do practically anything

  • @kevinlong4657
    @kevinlong4657 2 месяца назад +19

    I've used Linux since 1997 and have 20 years of professional experience as a software engineer, SRE and sysadmin. PowerShell pioneered the "structured data in the shell" concept, or at least was (and is) the most widely used shell to do this. Anyone who shits on Powershell has not really used it. It's extremely powerful and handy.

    • @jeffreyhymas6803
      @jeffreyhymas6803 2 месяца назад +5

      I was thinking about this the other day and I feel like it comes down to use case. Powershell feels extremely powerful when you need to really dig in and do something serious. But it also feels like it was specifically designed for a system where the terminal is not your primary interface, which makes sense given the reality of Windows.
      Something like Bash and all it's associated tools on the other hand feel like they were designed with terminal first in mind (which again makes sense given the context they were developed in). It's so much easier to do basic things and whip out a quick script for simple jobs. But doing anything complex quickly turns into a nightmare.

    • @74Bagas
      @74Bagas 2 месяца назад

      it is, powerfull

    • @anon_y_mousse
      @anon_y_mousse 2 месяца назад

      @@jeffreyhymas6803 I can mostly agree with that, but that's also what languages like Python are for. When it's too complex for Bash, use Python or some other language.

    • @sheep4483
      @sheep4483 Месяц назад

      one big reason I've always hated it is because on my old computer, even the simplest commands, like an echo or anything at all, would take upwards of 5-10 seconds, and more complex commands were just exponentially worse.

    • @anon_y_mousse
      @anon_y_mousse Месяц назад

      @@sheep4483 Are you talking about PowerShell? If so, how recent was this?

  • @cloudinmymind
    @cloudinmymind 2 месяца назад

    love the korn sneak in

  • @brunomello7499
    @brunomello7499 2 месяца назад

    this is just so great

  • @AdreKiseque
    @AdreKiseque Месяц назад

    PowerShell has an anthropomorphic superhero avatar. Need I say more?

  • @Lanausse
    @Lanausse 2 месяца назад

    Found out about fish around a week or 2 ago and now I never switching back lol

  • @TimeConvolution
    @TimeConvolution 2 месяца назад

    Big robert elder vibes

  • @keni94
    @keni94 Месяц назад

    "Need i say more"
    *pause
    brew install nushell

  • @coolguy69verycool
    @coolguy69verycool 2 месяца назад

    I tried to use nushell but after trying to use 'find' and realizing it was different I had to acknowledge that I don't want to learn a new shell when I'm often sshing into different computers that are likely using bash.

  • @Strammeiche
    @Strammeiche 2 месяца назад

    Good video!
    Bash being too slow is such a Linux thing.
    I mostly use bash, as it's on most servers and containers I use and just hope it works in sh too or make some adaption if needed.

  • @TeamDman
    @TeamDman 2 месяца назад

    pwsh is goated

  • @darukutsu
    @darukutsu Месяц назад

    blesh is readline fix for bash and has features of fish and zsh readline

  • @BrentMalice
    @BrentMalice 2 месяца назад

    wow that is neat. great storytelling in this video too. i mostly just wanted the end answer but i couldn't skip ahead and miss everything. i use fish in arch on wsl2 btw
    also powershell is pretty based now dont hate =(

  • @BangaWangaTschanga
    @BangaWangaTschanga 2 месяца назад

    Keep it up, great video

  • @sevos
    @sevos 2 месяца назад +6

    Almost spit my drink because of the ending 😅

  • @einargs
    @einargs 2 месяца назад

    Wow, it's almost like academic research is an entirely field than working in industry lmao

  • @BriefNerdOriginal
    @BriefNerdOriginal 2 месяца назад

    PowerShell in admin mode, for true corporate Hoompaloompa that would like to have a Linux shell (no matter which one)

  • @HerozTech
    @HerozTech 2 месяца назад +5

    PS:
    powershell rocks

  • @lifelover69
    @lifelover69 2 месяца назад

    great video, keep it up!

  • @jhonyortiz5
    @jhonyortiz5 2 месяца назад

    I'm pretty sure bash IS linked to sh but when run from sh, it runs in compatibility mode.
    EDIT: even for a small script, zsh very quickly becomes incompatible with bash. And apple still has bash. Meaning, if you are making your script an executable, then it will still use bash. Zsh is used on interactive terminals.

    • @anon_y_mousse
      @anon_y_mousse 2 месяца назад

      To phrase it a bit better, Bash runs in compatibility mode when the name it is invoked with is `sh`. On my system, and on a great many others, /bin/sh is a symlink to /bin/bash. So if you write a script and use /bin/sh for the shebang, it can cause problems if you expect proper Bash behavior. Which means you should always make the shebang /bin/bash.

  • @sligit
    @sligit 2 месяца назад

    I love the idea of nushell but in practice I've found that nothing can touch fish for daily Getting Shit Done. It's been my daily driver for something like 7 years now.

    • @NotTheDr01ds
      @NotTheDr01ds 2 месяца назад

      I've used Fish for around 7 years, and Nushell for the last ~1.5. Fish, in my opinion, still has better out-of-the-box defaults, completions, and prompt. On the other hand, it's scripting is still too reliant on the Linux-toolset. For instance, it still uses the archaic POSIX "test/[]" syntax for comparisons. Nushell's language, ergonomics/composability, type-system, and data handling are insanely great. At some point in the last year, the latter won out over the former for me. And I think Nushell will close the gap (perhaps with the help of Carapace and Starship, for example) on the other "polish" items from Fish over time.

    • @sligit
      @sligit 2 месяца назад +1

      @@NotTheDr01ds yeah I think the reason nushell didn't work for me as a daily driver was mainly because I don't really do much shell scripting. I occasionally need to parse some data out of log files but it's not so frequent that nushell's power would change my day to day experience much.

    • @NotTheDr01ds
      @NotTheDr01ds 2 месяца назад

      @@sligit That makes perfect sense. And I would agree that if you aren't doing any scripting, Fish is absolutely the best shell out there at the moment. Insanely great defaults that let you just get right to work.

  • @74Bagas
    @74Bagas 2 месяца назад

    i knew it, powershell is coming.
    but... but... zsh, is in the middle of the spectrum, -kinda--. that says it all!!
    so the best shell is cmd!!!

  • @austincodes
    @austincodes 2 месяца назад

    PowerShell for the win 👑

  • @aryanmn1569
    @aryanmn1569 Месяц назад

    Frontend frameworks be like

  • @replikvltyoutube3727
    @replikvltyoutube3727 2 месяца назад

    NGL I kinda dig PowerShell, but sometimes it is too complex and I hope it never has such dumb idea, like having 16bit LE encoding on Linux, like on Windows!

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 2 месяца назад +2

    I was thinking why all the names in the json file are indian until I saw 6:10, good video though :)

  • @Walter_
    @Walter_ 2 месяца назад +2

    I skipped through the video and suddenly heard: "python inside shell" and instantly im listening.

  • @Anteksanteri
    @Anteksanteri 25 дней назад

    I'll make the switch when it gets kitty integration. Zsh is slooow.

  • @HerozTech
    @HerozTech 2 месяца назад

    I click this video with the sole purpose of coming to comment "and you are?" but it really an interesting video

  • @alomac8976
    @alomac8976 23 дня назад

    no cap Powershell is fire

  • @ar_chbtw
    @ar_chbtw 2 месяца назад +2

    i stopped at fish. fish is good enough for me.

  • @code8986
    @code8986 2 месяца назад +1

    You got most of them, but what about Oil shell?

  • @oghenemarho5694
    @oghenemarho5694 2 месяца назад +13

    Time to migrate to nushell then!

  • @c0l0nelp0pc0rn
    @c0l0nelp0pc0rn 2 месяца назад

    Nushell is just powershell...it's literally just powershell again!

    • @NotTheDr01ds
      @NotTheDr01ds 2 месяца назад +1

      It's PowerShell with (IMHO, *much*) better syntax/ergonomics/composability, but certainly less surrounding ecosystem (i.e., .NET).

  • @neniugrava
    @neniugrava 2 месяца назад +4

    We can bash on powershell all we want, but it *is* cross-platform, uses structured data like nu shell, and is guaranteed to be installed on Windows PCs.
    I use zsh in WSL, but powershell is sometimes clutch when you want the full power of .NET but don't want to make an application.

    • @xXYourShadowDaniXx
      @xXYourShadowDaniXx 2 месяца назад

      The best thing about Powershell is it basically gives you SSH without having to go through your companies red tape since most have it enabled for admin work. Enter-PSSession and New-PSSession have saved my bacon many times.

  • @Paranoia8972
    @Paranoia8972 2 месяца назад

    You broke my head with bash and sh. I’m just going to use zsh

  • @anonymouscommentator
    @anonymouscommentator 2 месяца назад

    nushell is just powershell for people who live in denial

  • @2p_Rammin
    @2p_Rammin Месяц назад

    Powershell jumpscare

  • @Requiem100500
    @Requiem100500 2 месяца назад +16

    What nushell does sounded very similar to powershell

    • @KSPAtlas
      @KSPAtlas 2 месяца назад +15

      But it's actually reasonable and possible to learn

    • @passantNL
      @passantNL 2 месяца назад +1

      Nushell is basically just Powershell for people who refuse to use Microsoft products.

  • @cesarkollenphowet
    @cesarkollenphowet 2 месяца назад +1

    4:38 that's the reason i switched back to zsh

  • @Tom-qj3ws
    @Tom-qj3ws 2 месяца назад +1

    Nice!

  • @owlofthenights3680
    @owlofthenights3680 2 месяца назад

    She sells seashells on a seashore
    But the value of these shells will fall
    Due to the laws of supply and demand
    No one wants to buy shells 'cause there's loads on the sand
    Step 1: you must create a sense of scarcity
    Shells will sell much better if the people think they're rare, you see
    Bare with me, take as many shells as you can find and hide 'em on an island stockpile 'em high
    until they're rarer than a diamond
    Step 2: you gotta make the people think that they want 'em
    Really want 'em, really fuckin want 'em
    Hit 'em like Bronson
    Influencers, product placement, featured prime time entertainment
    If you haven't got a shell then you're just a fucking waste man
    Three: it's monopoly, invest inside some property, start a corporation, make a logo, do it properly
    "Shells must sell", that will be your new philosophy
    Swallow all your morals they're a poor man's quality
    Four: expand, expand, expand, clear forest, make land, fresh blood on hand
    Five: why just shells? Why limit yourself? She sells seashells, sell oil as well!
    Six: guns, sell stocks, sell diamonds, sell rocks, sell water to a fish, sell the time to a clock
    Seven: press on the gas, take your foot off the brakes, Run to be the president of the United States
    Eight: big smile mate, big wave that's great Now the truth is overrated, tell lies out the gate
    Nine: Polarize the people, controversy is the game
    It don't matter if they hate you if they all say your name
    Ten: the world is yours, step out on a stage to a round of applause
    You're a liar, a cheat, a devil, a whore
    And you sell seashells on the seashore

  • @Atmos41
    @Atmos41 2 месяца назад

    Awesome video 🎉

  • @NoONE-bk7ud
    @NoONE-bk7ud 2 месяца назад

    I was using zsh and making sure to copy and paste conf file in any new server. Now I can install fish and enjoy