mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
use zsh instead of bash
This commit is contained in:
parent
759d34965c
commit
8518525d38
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
function _current_epoch() {
|
function _current_epoch() {
|
||||||
echo $(($(date +%s) / 60 / 60 / 24))
|
echo $(($(date +%s) / 60 / 60 / 24))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue