dotfiles: add interactive pi planner workflow
This commit is contained in:
parent
7ec9fe1099
commit
5e01e2e44f
15 changed files with 1472 additions and 108 deletions
|
|
@ -6,3 +6,9 @@ source /usr/share/cachyos-fish-config/cachyos-config.fish
|
|||
# # smth smth
|
||||
#end
|
||||
alias dotfiles='git --git-dir=/home/rsydn/.dotfiles/ --work-tree=/home/rsydn'
|
||||
set -gx PATH ~/.npm-global/bin $PATH
|
||||
set -gx PATH ~/.npm-global/bin $PATH
|
||||
|
||||
if status is-interactive
|
||||
direnv hook fish | source
|
||||
end
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
SETUVAR __done_min_cmd_duration:10000
|
||||
SETUVAR __done_notification_urgency_level:low
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR --export fish_user_paths:/home/rsydn/\x2elocal/bin
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_check_for_new_release:false
|
||||
SETUVAR pure_color_at_sign:pure_color_mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue