mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added scripts folder
This commit is contained in:
3
scripts/.local/scripts/isosec
Executable file
3
scripts/.local/scripts/isosec
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "$(date -u '+%Y%m%d%H%M%S')"
|
||||
@@ -8,6 +8,7 @@ export SHELL="$(which zsh)"
|
||||
|
||||
# Allow useful scripts in ~/.bin to be in the search path.
|
||||
export PATH=~/.bin:$PATH
|
||||
export PATH=~/.local/scripts:$PATH
|
||||
|
||||
# Allow git to work on mounted volumes
|
||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||
|
||||
Reference in New Issue
Block a user