Added local git in gitconfig
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -6,8 +6,6 @@ export PenTestTools=$HOME/Local/PenTesting/
|
||||
export CTF=$HOME/Documents/CTF/
|
||||
export WORKSPACE=$HOME/workspace_l
|
||||
export ZSHRC="$HOME/.zshrc"
|
||||
export VISUAL="emacsclient -t"
|
||||
export EDITOR="emacsclient -t"
|
||||
|
||||
|
||||
# History
|
||||
@@ -62,3 +60,6 @@ add_soft_git() { git remote add soft ssh://git.aya01:/$1 }
|
||||
open_emacs() { emacsclient -c $1 & disown; };
|
||||
|
||||
nu
|
||||
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
complete -o nospace -C /usr/bin/terraform terraform
|
||||
|
||||
Reference in New Issue
Block a user