Compare commits
3 Commits
c15cefb010
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| cf6693c37d | |||
| 39e1ec1c7f | |||
| 3d8c430dc7 |
@@ -29,9 +29,9 @@ window:
|
|||||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
||||||
# must be at least `2`, while using a value of `0` for columns and lines will
|
# must be at least `2`, while using a value of `0` for columns and lines will
|
||||||
# fall back to the window manager's recommended size.
|
# fall back to the window manager's recommended size.
|
||||||
#dimensions:
|
dimensions:
|
||||||
# columns: 0
|
columns: 210
|
||||||
# lines: 0
|
lines: 65
|
||||||
|
|
||||||
# Window position (changes require restart)
|
# Window position (changes require restart)
|
||||||
#
|
#
|
||||||
@@ -152,7 +152,7 @@ font:
|
|||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 10.0
|
size: 8.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|||||||
@@ -72,12 +72,6 @@ fi
|
|||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
if [ -f '/Users/jay/apps/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/path.zsh.inc'; fi
|
if [ -f '/Users/jay/apps/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/path.zsh.inc'; fi
|
||||||
|
|
||||||
# The next line enables shell command completion for gcloud.
|
|
||||||
# if [ -f '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc'; fi
|
|
||||||
|
|
||||||
alias docker="lima nerdctl"
|
|
||||||
export DOCKER_HOST="unix:///Users/jay/.lima/docker/sock/docker.sock"
|
|
||||||
|
|
||||||
function ln-image-tags {
|
function ln-image-tags {
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "usage: ln-image-tags <image-name>"
|
echo "usage: ln-image-tags <image-name>"
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ zinit snippet OMZ::plugins/tmux
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
zinit light "tinyRatP/ys"
|
zinit light "otakukaze/zsh-ys-theme"
|
||||||
|
|
||||||
# auto load other zshfiles
|
# auto load other zshfiles
|
||||||
[ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"
|
[ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user