summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile3
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