This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-09-29T04:43:05.682Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## PROFILING INFORMATION. | |
## Uncomment the following line (and last line) to get loading times for zshell | |
# zmodload zsh/zprof | |
# If you come from bash you might have to change your $PATH. | |
export PATH=$HOME/bin:/usr/local/bin:$PATH | |
PATH=~/perl5/perlbrew/bin:$PATH | |
PATH=/usr/local/lib/node_modules:$PATH | |
export TERM="xterm-256color" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for f in *; | |
do | |
filename=$(basename "$f") | |
filenamespacereplace=${filename// /-} | |
filecreationdate=$(GetFileInfo -d "$f") | |
truncateddate=${filecreationdate::10} | |
dateslashreplace=${truncateddate////-} | |
truncatedyear=${dateslashreplace:6:9} | |
truncatedday=${dateslashreplace:3:2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$snapins = Get-PSSnapin -Registered | |
$snapins | Add-PSSnapin | |
Get-PSSnapin | Format-Table -autosize PSVersion, Name | |
function ff ([string] $glob) { get-childitem -recurse -include $glob } | |
function osr { shutdown -r -t 5 } | |
function osh { shutdown -h -t 5 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
NewerOlder