Set umask, update aliases, and convert some to binds

This commit is contained in:
mitchell 2021-12-13 00:16:38 -05:00
parent 517bc5f587
commit 662cf1bcdc
7 changed files with 55 additions and 28 deletions

View file

@ -2,6 +2,9 @@ function configure_fish
# Determine OS
set uname (uname)
# Set umask
umask 077
# Begin profile init
# (These functions are defined in the functions/ directory.)
define_global_variables