Update dotfiles/.zshrc-linux
This commit is contained in:
parent
d16e1d1c13
commit
104a1789be
@ -1,6 +1,6 @@
|
|||||||
# --- OH-MY-ZSH ---
|
# --- OH-MY-ZSH ---
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
ZSH_THEME="philips"
|
ZSH_THEME="clean"
|
||||||
zstyle ':omz:update' mode auto
|
zstyle ':omz:update' mode auto
|
||||||
zstyle ':omz:update' frequency 7
|
zstyle ':omz:update' frequency 7
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
@ -17,9 +17,10 @@ alias duf="docker compose down && docker compose up -d --build && docker compose
|
|||||||
hf() {
|
hf() {
|
||||||
curl -F file=@$1 https://hardfiles.org
|
curl -F file=@$1 https://hardfiles.org
|
||||||
}
|
}
|
||||||
|
# Uncomment if on desktop
|
||||||
#hfs() {
|
#hfs() {
|
||||||
# filename=$HOME/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).png
|
# filename=$HOME/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).png
|
||||||
# screencapture -i $filename
|
# flameshot gui -p $filename
|
||||||
# hf $filename
|
# hf $filename
|
||||||
#}
|
#}
|
||||||
hft() {
|
hft() {
|
||||||
@ -27,3 +28,8 @@ hft() {
|
|||||||
nano $filename
|
nano $filename
|
||||||
hf $filename
|
hf $filename
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Session Manager (Uncomment if desktop)
|
||||||
|
#if [[ ! ${DISPLAY} && ${XDG_VTNR} == 1 ]]; then
|
||||||
|
# exec tbsm
|
||||||
|
#fi
|
||||||
|
Loading…
Reference in New Issue
Block a user