diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:22:57 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:22:57 -0700 |
commit | 1d4b6137d07fb5611bb16f95f63863f414dd16af (patch) | |
tree | bf6d04b88fe8d4a7e9bbc75c1af2e2bd93a4767a /home/xyz/.profile | |
parent | d328ce9c73dd7dd031d33e40472f95571631a018 (diff) |
update
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 49c4c51e..bc9db15f 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -57,9 +57,6 @@ export FZF_CTRL_T_COMMAND='find "$PWD" -mindepth 1 -path "*/\.git" -prune -o -pr #export FZF_CTRL_T_COMMAND="sudo find ~+ -path '*/\.git' -prune -o -print" export FZF_ALT_C_COMMAND="find . -mindepth 1 -path '*/\.git' -prune -o -type d -print" -export SCR_WIDTH=1920 -export SCR_HEIGHT=1080 - # must source .bashrc after export _ZO_ECHO=1 and INPUTRC=..., else these two env will has no effect, don't know why # here `. ~/.bashrc` same as `source ~/.bashrc`, see `source filename` in `man bash`, and `. file` in `man dash` # `. file` is POSIX compliant, while `source file` is not |