fish initialization remake

This commit is contained in:
lachtan obecny
2026-01-27 20:07:30 +01:00
parent 2b9d0835f0
commit dfca731f77
4 changed files with 9 additions and 11 deletions

14
fishrc
View File

@@ -1,11 +1,3 @@
# ~/.config/fish/config.fish for file in (dirname (status -f))/rc.fish/*.fish
# echo "source $LWS/fishrc" > $__fish_config_dir/conf.d/lws.fish source $file
end
# $__fish_config_dir/conf.d (by default, ~/.config/fish/conf.d/)
# $__fish_sysconf_dir/conf.d (by default, /etc/fish/conf.d/)
set -gx PAGER less
set -g fish_prompt_pwd_dir_length 0
# set -g fish_autosuggestion_enabled 0
# fish_config theme choose "fish default"

View File

@@ -1,4 +1,5 @@
# Linux Workspace Functions # Linux Workspace Functions
# shellcheck shell=bash
if [ -z "$time_ms" ]; then if [ -z "$time_ms" ]; then
readonly time_ms='date +%s%3N' readonly time_ms='date +%s%3N'

5
rc.fish/01-init.fish Normal file
View File

@@ -0,0 +1,5 @@
set -gx PAGER less
set -g fish_prompt_pwd_dir_length 0
# set -g fish_autosuggestion_enabled 0
# fish_config theme choose "fish default"

View File