mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Set umask, update aliases, and convert some to binds
This commit is contained in:
parent
517bc5f587
commit
662cf1bcdc
7 changed files with 55 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue