Skip to main content

Questions tagged [oh-my-zsh]

oh-my-zsh is an addon to zsh that adds additional functions, autocomplete helpers and themes.

1 vote
1 answer
91 views

Since Java 10 as I recall, we can run Java source files directly from the command line: bash $ java Math.java The JVM compiles and executes the file automatically. However, in zsh, tab autocompletion ...
menteith's user avatar
  • 292
0 votes
1 answer
71 views

I am looking for a very specific behavior in my Zsh terminals. I have multiple terminal windows open at the same time. On each terminal window, if I hit the up arrow, I'd like for it to go up through ...
mareoraft's user avatar
  • 649
1 vote
1 answer
130 views

In my .zshrc file I have written a function based on git log: lg() { git log \ --abbrev=12 \ --graph \ --oneline \ --color=always \ --format="%C(cyan)%h %C(blue)%ar %C(...
Clément's user avatar
0 votes
0 answers
908 views

I'm using oh-my-zsh, and it used to work well until yesterday. Today, the prompt itself is incredibly slow: When I type a character it can take over a second until it appears on the screen (and the ...
bluenote10's user avatar
0 votes
2 answers
260 views

I have a client running Fedora 38 and OpenSSH_9.0p1, OpenSSL 3.0.9 30 May 2023. The server is an old Buffalo NAS running Debian 11.8 Bulleye, it has OpenSSH_8.4p1 Debian-5+deb11u3 and OpenSSL 1.1.1w ...
Marcel Boldt's user avatar
0 votes
1 answer
318 views

I am trying to learn linux to become familiar with opensource CFD tool OpenFOAM. I did everything according to the installation guide and everything went fine. In Bash I had to add the line source /...
ALvi1995's user avatar
-1 votes
1 answer
2k views

I don't really know what would be responsible for this. I would bet on my terminal emulator itself (mine is Kitty), but it might be a Zsh (or Oh My Zsh) or Powerlevel10k responsibility. Anyways, what ...
psygo's user avatar
  • 243
0 votes
1 answer
352 views

I'm trying to limit the column width of the command column when running a ps command, but also trying to pipe that output into a grep command. However, this is not working. This runs fine: ps -eo pid,...
risingTide's user avatar

15 30 50 per page
1
2 3 4 5
20