Changes from production
This commit is contained in:
5
bin/xvim
Executable file
5
bin/xvim
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
vim "$@" --cmd 'au VimLeave * :!clear'
|
||||
clear
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
alias nop=':'
|
||||
|
||||
alias ll='ls -lah'
|
||||
alias la='ls -lah'
|
||||
|
||||
alias exit-when-error='set -o errexit'
|
||||
alias exit-when-unset-variable='set -o nounset'
|
||||
alias exit-when-pipe-fail='set -o pipefail'
|
||||
|
||||
1
rc/claude-code.sh
Normal file
1
rc/claude-code.sh
Normal file
@@ -0,0 +1 @@
|
||||
append_path_try $HOME/.local/bin
|
||||
Reference in New Issue
Block a user