dotfiles/zsh/func
2023-03-25 08:08:41 -07:00
..
append_to_path [zsh] Update shell init; use ZSH autoloaded functions instead of a bunch of files 2021-12-31 10:27:27 -08:00
binary_exists [zsh] Massively improve binary_exists 2022-01-22 10:12:21 -08:00
connect_ssh_agent [zsh] Add connect_ssh_agent to invoke ssh-agent anew or with pre-existing variables in ~/.ssh_agent_vars 2022-05-25 14:12:08 -07:00
darwin_configure_screenshots_directory [zsh] Remove nested function from darwin_configure_screenshots_directory 2022-07-19 09:21:33 -07:00
darwin_icloud_drive_path [zsh] Update shell init: rc 2021-12-31 11:54:55 -08:00
darwin_init_once [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
do_init_functions [zsh] Fix up init functions 2022-11-16 15:32:33 +00:00
g [zsh] Do a bunch of profiling and clean up all my init functions -- shell init is so much faster now! 2022-01-22 10:13:05 -08:00
import_cacert Fix mktemp call in import_cacert 2013-04-02 09:43:42 -07:00
init_app_environments [zsh] Update shell init: rc 2021-12-31 11:54:55 -08:00
init_configure_ls [zsh] Remove arguments from these init functions 2022-05-26 09:06:15 -07:00
init_env [zsh] Move vi init to init_env_vi; set EDITOR in that function 2022-05-28 09:16:07 -07:00
init_env_aliases [zsh] Add init_env_aliases with some aliases to create maps and arrays 2022-10-20 09:20:29 -07:00
init_env_darwin [zsh] Move setting up tilde paths to their own init function 2022-05-22 15:32:22 -07:00
init_env_darwin_python [zsh] Update shell init; use ZSH autoloaded functions instead of a bunch of files 2021-12-31 10:27:27 -08:00
init_env_playdate [zsh] Add playdate SDK configuration to the shell 2023-03-20 08:42:43 -07:00
init_env_python [zsh] Really for real fix the &> and >& IO redirection confusion 2022-11-30 11:43:22 -08:00
init_env_vi [zsh] Fix up init functions 2022-11-16 15:32:33 +00:00
init_path [vim,zsh] Setup for doing tidalcycles in vim, including paths to local ghc 2022-04-07 18:28:30 -07:00
init_profile_darwin [zsh] Move the hello message to its own Darwin-specific say_hello function 2022-05-25 15:10:08 -07:00
init_profile_darwin_say_hello [zsh] Enhance Darwin's say_hello to adapt to missing variables 2022-05-26 09:09:31 -07:00
init_rc_aliases [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
init_rc_configure_completion [zsh] Use default ZSH colors if LS_COLORS isn't defined 2022-01-22 11:05:18 -08:00
init_rc_configure_prompt [zsh] Remove arguments from these init functions 2022-05-26 09:06:15 -07:00
init_rc_configure_zle [zsh] Remove arguments from these init functions 2022-05-26 09:06:15 -07:00
init_rc_darwin [zsh] Move open-xcode function to its own file and autoload it in zshrc 2023-03-20 10:09:48 -07:00
init_rc_linux [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
init_rc_tilde_paths [zsh] Add /Users/eryn/Library/Developer/Xcode/DerivedData that points to Xcode's DerivedData 2022-05-25 15:13:21 -07:00
init_zsh_functions [zsh] Do a bunch of profiling and clean up all my init functions -- shell init is so much faster now! 2022-01-22 10:13:05 -08:00
init_zsh_history [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
init_zsh_options [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
list_tmux_sessions [zsh] Update shell init: profile 2021-12-31 12:00:16 -08:00
load_module [zsh] Update the load_module function -- it's old and crusty 2022-01-22 09:40:46 -08:00
nethack [zsh] Fix the nethack function so it only triggers a remote session if you ask for it 2023-03-25 08:08:41 -07:00
open-xcode [zsh] Move open-xcode function to its own file and autoload it in zshrc 2023-03-20 10:09:48 -07:00
prepend_to_path [zsh] Update shell init; use ZSH autoloaded functions instead of a bunch of files 2021-12-31 10:27:27 -08:00
prompt_colorize
prompt_loquacious_setup [zsh] Get the hostname back 2022-11-30 11:41:55 -08:00
pw Clean up pw() 2013-08-09 18:22:37 -07:00
refresh_system_tags Autoload refresh_system_tags function 2013-01-23 13:25:03 -08:00
setup-cpython Setup functions for CPython development 2014-01-21 08:24:34 -08:00
setup_android Add setup_android function 2013-08-30 09:11:14 -07:00
solarized Add solarized color and usage tables 2014-07-20 09:09:55 -07:00
up