FITFLOP
Home

zsh (26 post)


posts by category not found!

copy text from tmux inside VSCode

How to Copy Text from tmux Inside VS Code A Step by Step Guide When you re working on a development project you might often use a terminal multiplexer like tmux

2 min read 23-10-2024 29
copy text from tmux inside VSCode
copy text from tmux inside VSCode

No preset version installed for command yarn

Resolving the No preset version installed for command yarn Error When working with Java Script projects you might encounter various tools and commands one of wh

2 min read 21-10-2024 20
No preset version installed for command yarn
No preset version installed for command yarn

How can script command line arguments be parsed portably?

How to Parse Command Line Arguments in a Portable Way When developing scripts handling command line arguments is a common requirement However not all scripting

3 min read 20-10-2024 24
How can script command line arguments be parsed portably?
How can script command line arguments be parsed portably?

How to setup zsh/ohmyzsh in nixos?

How to Set Up Zsh and Oh My Zsh in Nix OS Setting up Zsh Z shell and Oh My Zsh on Nix OS can greatly enhance your command line experience Zsh offers advanced fe

3 min read 19-10-2024 17
How to setup zsh/ohmyzsh in nixos?
How to setup zsh/ohmyzsh in nixos?

SQLCMD in Shell Script Does Not Exit After RESTORE

Understanding SQLCMD in Shell Scripts Handling RESTORE Command Exit Issues When working with SQL Server automating tasks with shell scripts can be incredibly po

2 min read 19-10-2024 30
SQLCMD in Shell Script Does Not Exit After RESTORE
SQLCMD in Shell Script Does Not Exit After RESTORE

zsh: missing end of string

Understanding the zsh Error Missing End of String When working in the zsh Z shell you might encounter an error message that reads zsh missing end of string This

2 min read 19-10-2024 31
zsh: missing end of string
zsh: missing end of string

git interactive rebase is missing lines in zsh

Understanding Git Interactive Rebase in Zsh Missing Lines Issue When working with Git in the Zsh shell you might encounter a peculiar issue during an interactiv

2 min read 18-10-2024 34
git interactive rebase is missing lines in zsh
git interactive rebase is missing lines in zsh

Autocomplete Fails for File Paths in Argparse Without Virtual Environment

Autocomplete Fails for File Paths in Argparse Without Virtual Environment When working with command line interfaces CLIs in Python the argparse module is a popu

3 min read 14-10-2024 29
Autocomplete Fails for File Paths in Argparse Without Virtual Environment
Autocomplete Fails for File Paths in Argparse Without Virtual Environment

MacOS 14.4.1 history command won't search back values set at HISTSIZE and HISTFILESIZE

Mac OS 14 4 1 A History of Frustration and a Solution Have you ever found yourself frustrated trying to recall a command you used earlier in your mac OS 14 4 1

2 min read 06-10-2024 23
MacOS 14.4.1 history command won't search back values set at HISTSIZE and HISTFILESIZE
MacOS 14.4.1 history command won't search back values set at HISTSIZE and HISTFILESIZE

FirstScript.java:3: error: package org.openqa.selenium does not exist

package org openqa selenium does not exist Error A Guide to Selenium Setup in Java This error First Script java 3 error package org openqa selenium does not exi

2 min read 06-10-2024 25
FirstScript.java:3: error: package org.openqa.selenium does not exist
FirstScript.java:3: error: package org.openqa.selenium does not exist

I need to type "zsh" every time i open git bash

Tired of Typing zsh in Git Bash Heres the Fix Do you find yourself constantly typing zsh into your Git Bash terminal every time you open it This can be a real p

2 min read 05-10-2024 28
I need to type "zsh" every time i open git bash
I need to type "zsh" every time i open git bash

CircleCI fails on step that does nothing

Circle CI Failing on a Seemingly Empty Step Heres Why Imagine this your Circle CI workflow is chugging along successfully completing steps but then suddenly BAM

2 min read 05-10-2024 24
CircleCI fails on step that does nothing
CircleCI fails on step that does nothing

Bad CPU type in executable GHCI in VS Code terminal

Bad CPU type in executable Error in VS Codes GHCI Terminal Troubleshooting Guide Have you encountered the frustrating Bad CPU type in executable error while usi

2 min read 04-10-2024 40
Bad CPU type in executable GHCI in VS Code terminal
Bad CPU type in executable GHCI in VS Code terminal

Accessing an env var whose name comes from an interpolated string

Accessing Environment Variables with Interpolated Strings Lets say you have a scenario where you need to access an environment variable whose name is dynamicall

2 min read 04-10-2024 27
Accessing an env var whose name comes from an interpolated string
Accessing an env var whose name comes from an interpolated string

ls to show only date modified, time modified, and name

Displaying Only Date Time and Name with ls Lets say you re working on a project and need to quickly see the last modified date time and name of files within a d

2 min read 04-10-2024 23
ls to show only date modified, time modified, and name
ls to show only date modified, time modified, and name

Inconsistent git log results when filtering by directory

Git Log Inconsistency Why Your Directory Filter Might Be Lying You re working on a large project with multiple directories and you need to see the commit histor

2 min read 03-10-2024 27
Inconsistent git log results when filtering by directory
Inconsistent git log results when filtering by directory

Is there a way to execute commands from a .cmd file on zsh shell (Mac/Unix)

Running cmd Files on mac OS and Unix with zsh You re working on a mac OS or Unix system with the zsh shell and you need to execute a cmd file designed for Windo

2 min read 03-10-2024 25
Is there a way to execute commands from a .cmd file on zsh shell (Mac/Unix)
Is there a way to execute commands from a .cmd file on zsh shell (Mac/Unix)

How do I start a python program x times at the same time from terminal and print the output?

Running Multiple Python Programs Simultaneously from the Terminal and Capturing Output Starting multiple Python programs concurrently from the terminal can be u

2 min read 02-10-2024 35
How do I start a python program x times at the same time from terminal and print the output?
How do I start a python program x times at the same time from terminal and print the output?

macOs Terminal zsh: killed mkdir -m 700 -p "$SHELL_SESSION_DIR" at launch

zsh killed mkdir m 700 p SHELL SESSION DIR at launch Troubleshooting mac OS Terminal Errors You re trying to launch your mac OS Terminal but instead of the fami

3 min read 02-10-2024 31
macOs Terminal zsh: killed mkdir -m 700 -p "$SHELL_SESSION_DIR" at launch
macOs Terminal zsh: killed mkdir -m 700 -p "$SHELL_SESSION_DIR" at launch

In Zsh using Node.js it splits the array to a new line when over a certain length - Would like to keep it on the same line

Keeping Node js Arrays on a Single Line in Zsh When working with Node js arrays in your Zsh shell you might encounter an issue where the output gets split onto

2 min read 01-10-2024 35
In Zsh using Node.js it splits the array to a new line when over a certain length - Would like to keep it on the same line
In Zsh using Node.js it splits the array to a new line when over a certain length - Would like to keep it on the same line

Pandas crashing (segmentation fault) in Python 3.10.n during import

Pandas Crashing in Python 3 10 Unraveling the Segmentation Fault Encountering a segmentation fault during the import of Pandas in Python 3 10 can be incredibly

2 min read 01-10-2024 23
Pandas crashing (segmentation fault) in Python 3.10.n during import
Pandas crashing (segmentation fault) in Python 3.10.n during import

unable to add color to zstyle completion

Zsh Adding Color to Completions Troubleshooting Guide Are you trying to add some color to your Zsh completions and hitting a wall Its a common frustration espec

2 min read 01-10-2024 28
unable to add color to zstyle completion
unable to add color to zstyle completion

unable to use fzf-preview in zshell

fzf preview Not Working in Zsh Heres How to Fix It Are you a Zsh user trying to utilize the powerful fzf preview feature for enhanced file selection only to enc

2 min read 01-10-2024 31
unable to use fzf-preview in zshell
unable to use fzf-preview in zshell

Zsh-autocomplete config that recognizes ".."+TAB and searches previous directoy

Navigating Your Files with Zsh Autocomplete Mastering the Tab Shortcut Zsh a powerful and customizable shell offers a wealth of features to streamline your work

2 min read 30-09-2024 30
Zsh-autocomplete config that recognizes ".."+TAB and searches previous directoy
Zsh-autocomplete config that recognizes ".."+TAB and searches previous directoy

Does zsh support colours in RBUFFER?

Can You Get Colorful in Your Zsh RBUFFER Zsh a powerful and customizable shell offers a wide array of features for enhancing your command line experience One su

less than a minute read 30-09-2024 26
Does zsh support colours in RBUFFER?
Does zsh support colours in RBUFFER?