dotfiles/zsh/func
Eryn Wells 329db6f6de [zsh] Configure ls(1) colors with environment variables instead of aliases
ls(1) on macOS and FreeBSD is the BSD version of the utility. As such it can be
configured to display directory contents in color using a command line argument
(-G) or environment variables (LSCOLORS). Using environment variables is nice
because it'll work regardless of the arguments you pass, so there's no need to
configure aliases.
2024-11-12 13:47:20 -08:00
..
darwin [zsh] Echo the result of darwin-hardware-model instead of returning it 2023-03-29 12:53:13 -07:00
append_to_path [zsh] Fix some coding amateur hour in the *_path functions 2023-03-30 10:44:00 -07:00
binary_exists [zsh] Remove shebangs from binary_exists and init_env 2023-03-29 12:53:13 -07:00
connect_ssh_agent [zsh] Embed connect_ssh_agent in a function 2024-08-02 18:31:38 -07:00
darwin-icloud-drive-path [zsh] Rename darwin-icloud-drive-path to remove underscores 2024-06-25 10:09:52 -07:00
darwin_configure_screenshots_directory [zsh] Remove nested function from darwin_configure_screenshots_directory 2022-07-19 09:21:33 -07:00
darwin_init_once [zsh] Add init_xcode and call it from darwin_init_once; add ~df path to dotfiles 2023-08-26 07:59:43 -07:00
do_init_functions [zsh] Fix up init functions 2022-11-16 15:32:33 +00:00
finder [zsh] Move the finder function to its own file 2024-09-26 15:42:36 -07: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
homebrew-prefix [zsh] Implement a homebrew-prefix function and use it when setting up fpath 2024-03-05 11:08:37 -08:00
import_cacert Fix mktemp call in import_cacert 2013-04-02 09:43:42 -07:00
init-env [zsh] Move setting VISUAL to init-env-vi and remove LESSHISTFILE 2024-09-26 16:11:08 -07:00
init-env-darwin [zsh] Move ~df to init-env-tilde-paths 2024-09-30 10:27:39 -07:00
init-env-path [zsh] Clear $path before adding my own directories to it 2024-09-26 16:38:05 -07:00
init-env-playdate [zsh] Update init-env-python and init-env-playdate 2024-09-26 15:42:36 -07:00
init-env-python [zsh] Add Python virtual environments configuration to init-env-python 2024-09-30 14:45:20 -07:00
init-env-tilde-paths [zsh] Move ~df to init-env-tilde-paths 2024-09-30 10:27:39 -07:00
init-env-vi [zsh] Move setting VISUAL to init-env-vi and remove LESSHISTFILE 2024-09-26 16:11:08 -07:00
init-rc-aliases [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-app-environments [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-completion [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-darwin [zsh] Clean up init-rc-darwin 2024-09-26 15:42:36 -07:00
init-rc-linux [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-ls [zsh] Configure ls(1) colors with environment variables instead of aliases 2024-11-12 13:47:20 -08:00
init-rc-prompt [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-zle [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-zsh-history [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init-rc-zsh-options [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00
init_profile_darwin [zsh] Remove init_profile_darwin_say_hello from init_profile_darwin 2023-03-28 10:53:27 -07:00
init_profile_darwin_say_hello [zsh] Use the darwin- system info functions in init_profile_darwin_say_hello 2023-03-28 10:50:59 -07:00
init_rc_fpath_darwin [zsh] Implement a homebrew-prefix function and use it when setting up fpath 2024-03-05 11:08:37 -08:00
init_xcode [zsh] Add init_xcode and call it from darwin_init_once; add ~df path to dotfiles 2023-08-26 07:59:43 -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
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
neovim_init_once [nvim,zsh] Set up pyright LSP for Python development 2023-09-06 10:19:21 -07: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] Fix some coding amateur hour in the *_path functions 2023-03-30 10:44:00 -07:00
prompt_colorize
prompt_loquacious_setup [zsh] Add exit status to the prompt; fix a stray space 2024-09-26 15:42:36 -07:00
refresh_system_tags
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
update-path [zsh] Two enhancements to update-date 2024-09-26 16:38:30 -07:00