feat(zsh): add sb alias and codex env variable
This commit is contained in:
@@ -26,6 +26,9 @@ export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/config.toml"
|
|||||||
# claude
|
# claude
|
||||||
export CLAUDE_CONFIG_DIR="$XDG_CONFIG_HOME/claude"
|
export CLAUDE_CONFIG_DIR="$XDG_CONFIG_HOME/claude"
|
||||||
|
|
||||||
|
# codex
|
||||||
|
export CODEX_HOME="$XDG_CONFIG_HOME/codex"
|
||||||
|
|
||||||
# cliphist
|
# cliphist
|
||||||
export CLIPHIST_DB_PATH="/tmp/cliphist-db"
|
export CLIPHIST_DB_PATH="/tmp/cliphist-db"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
alias z="exec zsh"
|
alias z="exec zsh"
|
||||||
alias t=tmux_attach
|
alias t=tmux_attach
|
||||||
alias e="bash /home/matej/git/git.janezic.dev/janezicmatej/matej.nix/scripts/ephvm-run.sh"
|
alias e="bash /home/matej/git/git.janezic.dev/janezicmatej/matej.nix/scripts/ephvm-run.sh"
|
||||||
|
alias sb="/home/matej/git/git.aflabs.org/internal-resources/sandbox-vm/scripts/run.sh"
|
||||||
|
|
||||||
alias n=nvim
|
alias n=nvim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user