Compare commits
No commits in common. "3b6f4164441ac0b32cf7130abc993660c6674259" and "096a64de2cb72e6c95c5bfc9384a2f16a2ffd57c" have entirely different histories.
3b6f416444
...
096a64de2c
@ -214,7 +214,7 @@ bindsym XF86Sleep exec systemctl suspend
|
|||||||
###
|
###
|
||||||
|
|
||||||
# Transparency (need picom)
|
# Transparency (need picom)
|
||||||
#exec_always --no-startup-id "killall picom; picom -b"
|
exec_always --no-startup-id "killall picom; picom -b"
|
||||||
|
|
||||||
# DBUS daemon (needed for keyboard applet and more I think)
|
# DBUS daemon (needed for keyboard applet and more I think)
|
||||||
#exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
#exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
||||||
|
24
.zshrc
24
.zshrc
@ -77,26 +77,6 @@ POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
|||||||
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
POWERLEVEL9K_SHORTEN_DELIMITER=""
|
||||||
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
|
||||||
|
|
||||||
#compdef gitlab-ci-local
|
|
||||||
###-begin-gitlab-ci-local-completions-###
|
|
||||||
#
|
|
||||||
# yargs command completion script
|
|
||||||
#
|
|
||||||
# Installation: gitlab-ci-local completion >> ~/.zshrc
|
|
||||||
# or gitlab-ci-local completion >> ~/.zprofile on OSX.
|
|
||||||
#
|
|
||||||
_gitlab-ci-local_yargs_completions()
|
|
||||||
{
|
|
||||||
local reply
|
|
||||||
local si=$IFS
|
|
||||||
IFS=$'
|
|
||||||
' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" gitlab-ci-local --get-yargs-completions "${words[@]}"))
|
|
||||||
IFS=$si
|
|
||||||
_describe 'values' reply
|
|
||||||
}
|
|
||||||
compdef _gitlab-ci-local_yargs_completions gitlab-ci-local
|
|
||||||
###-end-gitlab-ci-local-completions-###
|
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
export PAGER=most
|
export PAGER=most
|
||||||
export BROWSER=elinks
|
export BROWSER=elinks
|
||||||
@ -160,8 +140,7 @@ alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
|||||||
# coloration de la commande IP
|
# coloration de la commande IP
|
||||||
alias ip='ip -c'
|
alias ip='ip -c'
|
||||||
alias k='kubectl'
|
alias k='kubectl'
|
||||||
alias devu="${HOME}/devu/devu/devu"
|
alias devu="${HOME}/devu42/devu/devu"
|
||||||
alias gcle='gitlab-ci-local'
|
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
@ -204,4 +183,3 @@ case $HOST in
|
|||||||
#source /usr/bin/virtualenvwrapper.sh
|
#source /usr/bin/virtualenvwrapper.sh
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user