Commit for generation 82
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
utar = "tar -zxvf"; # utar <archive_decompress> <file_list>;
|
utar = "tar -zxvf"; # utar <archive_decompress> <file_list>;
|
||||||
z = "zip -r"; # z <archive_compress> <file_list>;
|
z = "zip -r"; # z <archive_compress> <file_list>;
|
||||||
uz = "unzip"; # uz <archive_decompress> -d <dir>;
|
uz = "unzip"; # uz <archive_decompress> -d <dir>;
|
||||||
sr = "source ~/hmconf/.zshrc";
|
sr = "source ~/.zshrc";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
psg = "ps aux | grep -v grep | grep -i -e VSZ -e" ;
|
psg = "ps aux | grep -v grep | grep -i -e VSZ -e" ;
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
@@ -218,7 +218,7 @@ journal() {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
initExtraBeforeCompInit = ''
|
initExtraBeforeCompInit = ''
|
||||||
source ~/hmconf/.zstyle
|
source ~/.zstyle
|
||||||
'';
|
'';
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
if [ ! -e $HOME/.zsh_history ]; then
|
if [ ! -e $HOME/.zsh_history ]; then
|
||||||
@@ -276,7 +276,7 @@ eval "$(starship init zsh)"
|
|||||||
# Options
|
# Options
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
dotDir = "hmconf";
|
dotDir = "~/";
|
||||||
history = {
|
history = {
|
||||||
path = ".zsh_history";
|
path = ".zsh_history";
|
||||||
save = 10000;
|
save = 10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user