AstonJ
How big is your shell rc/config file? (eg .bashrc or .zshrc)
Just noticed mine has gotten quite unwieldy and should probably be split into multiple files - but curious how big everyone else’s is!
(Mine’s 1304 lines!
)
Most Liked
dimitarvp
slouchpie
Anecdotal - I switched from using scp to rsync and found rsync is much faster. Recommend
server=${3:-first}
rsync -qavzrP $1 server:$2
2
arcanemachine
$ wc -l .bashrc
290 .bashrc
About 130 of those lines are mostly default Ubuntu stuff.
I honestly thought it would be bigger than that…
split into multiple files… 1304 lines!
Dude, you have a problem.
1
Popular in Dev Env & Tools
I’ve been reinstalling macOS after trying out Tahoe, and when I went to migrate from a Time Machine backup I got an error I’ve not see be...
New
I just placed on an order for my first mechanical watch since I last wore one in my mid 20s which was… oh boy, technically decadeS ago (t...
New
It would also be the reason for me to seriously hurt myself. :003:
I’ve spent way too much time tinkering. I’ll be the first to agree th...
New
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG)
Highlights
Added Call hierarchy provider imple...
New
Since the keyboard thread has been going strong for a while I wanted to start a similar thread for desk chair recommendations. I’m in the...
New
Following the Is your computer's internet connection wired or wireless? (Poll) I thought it might be an idea to have an accompany thread ...
New
Hello everyone, today I created a simple Neovim plugin to check for new versions of packages used in the project, not sure if it is usefu...
New
/an-aside
Why is it not completing the module name too? Atom’s does. Also why does it not fill in the arguments with defaults that yo...
New
Welcome to our thread for Windows users :smiley:
Mac users please use this thread
Linux users please use this thread
For those who dis...
New
I frequently switch between ElixirLS, Lexical, and Next LS in order to test each out and compare/contrast. I decided to create a brief fe...
New
Other popular topics
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help.
Where are they similar?
Where do they differ the m...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
After calling mix ecto.create I get this error:
17:00:32.162 [error] GenServer #PID<0.412.0> terminating
** (Postgrex.Error) FATAL...
New
Hello, I have map which I want to convert it to string like this:
the map:
%{last_name: "tavakkoli", name: "shahryar"}
the string I ne...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
lets say i have a sample like
a = 20; b = 10;
if (a > b) do
{:ok, "a"}
end
if (a < b) do
{:ok, b}
end
if (a == b) do
{:ok, "eq...
New
What is the proper way to load a module from a file in to IEX?
In the python world, doing something like this pretty standard:
from ....
New
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New







