k4d3 commited on
Commit
1d2e01c
1 Parent(s): 0886f01
Files changed (1) hide show
  1. .zshrc +26 -22
.zshrc CHANGED
@@ -457,34 +457,38 @@ display_custom_help() {
457
  echo "psql -d postgres -h /tmp : Connect using socket directory."
458
  echo "Start server:"
459
  echo "pg_ctl -D \$HOME/db/postgresql/data -l \$HOME/db/pgsql.log start"
460
- # echo "Commands, Aliases, and Custom Functions:"
461
- # echo "----------------------------------------------------------------------------------------------------------------------"
462
- # echo "pie : \`pip install -e . --use-pep517\`"
463
- # echo "gcs : \`git clone --recurse-submodules\`"
464
- # echo "dust : A more intuitive version of du."
465
- # echo "ranger : A vim inspired file manager."
466
- # echo "htop : Interactive process viewer."
467
- # echo "nvtop : Interactive GPU process viewer."
468
- # echo "nvitop : An even more interactive GPU process viewer."
469
- # echo "nvim : Alias for vim."
470
- # echo "rt : Edit tmux config and reload it."
471
- # echo "zr : Edit zsh config and reload it."
472
- # echo "ta : Attach to tmux session."
473
- # echo "ga : Git add, commit, and push."
474
- # echo "gs : Git status."
475
- # echo "wd : Word diff in git."
476
- # echo "grabber : Alias for Grabber-cli."
477
- # echo "ls : Alias for 'ls --color=always'."
478
- # echo "----------------------------------------------------------------------------------------------------------------------"
479
- echo "- 🐺 TOOLS -"
480
  echo "----------------------------------------------------------------------------------------------------------------------"
481
- echo "nv : Returns the cuda version number."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  echo "remove_repetition : Removes repetition in txt files in a target directory."
483
  echo "copy_sample_prompts : Copies ./sample-prompt.txt file from the current dir to datasets/furry."
484
  echo "remove_number_prefix : Removes all numbers prefixed by a _ from the end of every file."
485
  echo "count_captions : Counts *.caption and *.txt files in each subdirectory."
486
  echo "count_captions_per_folder : Counts *.caption and *.txt files in each subdirectory individually."
487
- echo "llama : Runs Meta-Llama-3-8B-Instruct on port 6969."
488
  echo "copy_matching_caption_files : Copies matching .caption files for <dir> to the current directory."
489
  echo "c : Change to ComfyUI directory and start the server."
490
  echo "t : Start TensorBoard with logs directory."
 
457
  echo "psql -d postgres -h /tmp : Connect using socket directory."
458
  echo "Start server:"
459
  echo "pg_ctl -D \$HOME/db/postgresql/data -l \$HOME/db/pgsql.log start"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
460
  echo "----------------------------------------------------------------------------------------------------------------------"
461
+ echo "Commands, Aliases, and Custom Functions:"
462
+ echo "----------------------------------------------------------------------------------------------------------------------"
463
+ echo "pie : \`pip install -e . --use-pep517\`"
464
+ echo "gcs : \`git clone --recurse-submodules\`"
465
+ echo "dust : A more intuitive version of du."
466
+ echo "ranger : A vim inspired file manager."
467
+ echo "htop : Interactive process viewer."
468
+ echo "nvtop : Interactive GPU process viewer."
469
+ echo "nvitop : An even more interactive GPU process viewer."
470
+ echo "nvim : Alias for vim."
471
+ echo "rt : Edit tmux config and reload it."
472
+ echo "zr : Edit zsh config and reload it."
473
+ echo "ta : Attach to tmux session."
474
+ echo "ga : Git add, commit, and push."
475
+ echo "gs : Git status."
476
+ echo "wd : Word diff in git."
477
+ echo "grabber : Alias for Grabber-cli."
478
+ echo "ls : Alias for 'ls --color=always'."
479
+ echo "ll : List all files in long format, including hidden files, with human-readable sizes and colorized output."
480
+ echo "cp : Use the 'reflink' option for 'cp' to enable copy-on-write when possible, improving efficiency."
481
+ echo "t : Launch TensorBoard with the log directory set to the user's output_dir/logs."
482
+ echo "接 : Attach to an existing tmux session."
483
+ echo "gc : Create a signed, verbose git commit."
484
+ echo "dir : Display directory contents with colorized output."
485
+ echo "ezc : Quickly edit and reload the zsh configuration file."
486
+ echo "nv : Returns the CUDA version number."
487
  echo "remove_repetition : Removes repetition in txt files in a target directory."
488
  echo "copy_sample_prompts : Copies ./sample-prompt.txt file from the current dir to datasets/furry."
489
  echo "remove_number_prefix : Removes all numbers prefixed by a _ from the end of every file."
490
  echo "count_captions : Counts *.caption and *.txt files in each subdirectory."
491
  echo "count_captions_per_folder : Counts *.caption and *.txt files in each subdirectory individually."
 
492
  echo "copy_matching_caption_files : Copies matching .caption files for <dir> to the current directory."
493
  echo "c : Change to ComfyUI directory and start the server."
494
  echo "t : Start TensorBoard with logs directory."